#CFD069

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

Shades of Goldenrod #CFD069

Tints of Goldenrod #CFD069

Color information

#CFD069 (or 0xCFD069) is unknown color: approx Goldenrod. HEX triplet: CF, D0 and 69. RGB value is (207,208,105). Sum of RGB (Red+Green+Blue) = 207+208+105=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 208 (81.64% from 255 or 40% from 520); Blue value is 105 (41.41% from 255 or 20.19% from 520); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD069 is #302F96. Grayscale: #C4C4C4. Windows color (decimal): -3157911 or 6934735. OLE color: 6934735.

HSL color Cylindrical-coordinate representation of color #CFD069: hue angle of 60.58º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFD069 is Cyan = 0.00, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB207208105-
CMYK0.0000.500.18
HSL60.58º52.28%61.37%-
HSV(B)60.58º49.52%81.57%-
XYZ50.8459.422.15-
YUV195.9676.67135.88-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.81%
GREEN value IS 208 (81.64% from 255) = 40%
BLUE value IS 105 (41.41% from 255) = 20.19%
R=39.81%
G=40%
B=20.19%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2072081050.0000.500.1860.5852.2861.37
HexCFD0690032123d343d
Octal317320151006222756475
Binary110011111101000011010010011001010010111101110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD069; }

 p { color: rgb(207,208,105); }

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

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

 a { background-color: rgb(207,208,105); }

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

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

 span { border-color: rgb(207,208,105); }

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