#cfdb67

Color #CFDB67 Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goldenrod #CFDB67

Tints of Goldenrod #CFDB67

Color information

#CFDB67 (or 0xCFDB67) is unknown color: approx Goldenrod. HEX triplet: CF, DB and 67. RGB value is (207,219,103). Sum of RGB (Red+Green+Blue) = 207+219+103=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 103 (40.62% from 255 or 19.47% from 529); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDB67 is #302498. Grayscale: #CACACA. Windows color (decimal): -3155097 or 6806479. OLE color: 6806479.

HSL color Cylindrical-coordinate representation of color #CFDB67: hue angle of 66.21º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CFDB67 is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB207219103-
CMYK0.0500.530.14
HSL66.21º61.7%63.14%-
HSV(B)66.21º52.97%85.88%-
XYZ53.5164.9122.54-
YUV202.1972.02131.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 39.13%
GREEN value IS 219 (85.94% from 255) = 41.40%
BLUE value IS 103 (40.62% from 255) = 19.47%
R=39.13%
G=41.40%
B=19.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2072191030.0500.530.1466.2161.763.14
HexCFDB675035E423e3f
Octal3173331475065161027677
Binary11001111110110111100111101011010111101000010111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cfdb67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cfdb67; }

 p { color: rgb(207,219,103); }

 H1.HeaderClassName
 {
   color: #cfdb67;
 }
 .AnyTagClassName
 {
   color: #cfdb67;
 }
</style>
background-color css

<style>
 a { background-color: #cfdb67; }

 a { background-color: rgb(207,219,103); }

 div.DivClassName
 {
   background-color: #cfdb67;
 }
 .BgClassName
 {
   background-color: #cfdb67;
 }
</style>
border-color css

<style>
 span { border-color: #cfdb67; }

 span { border-color: rgb(207,219,103); }

 td.TdClassName
 {
   border-color: #cfdb67;
 }
 .TagClassName
 {
   border-color: #cfdb67;
 }
</style>