#CFDD64

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

Shades of Goldenrod #CFDD64

Tints of Goldenrod #CFDD64

Color information

#CFDD64 (or 0xCFDD64) is unknown color: approx Goldenrod. HEX triplet: CF, DD and 64. RGB value is (207,221,100). Sum of RGB (Red+Green+Blue) = 207+221+100=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 100 (39.45% from 255 or 18.94% from 528); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDD64 is #30229B. Grayscale: #CBCBCB. Windows color (decimal): -3154588 or 6610383. OLE color: 6610383.

HSL color Cylindrical-coordinate representation of color #CFDD64: hue angle of 66.94º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CFDD64 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB207221100-
CMYK0.0600.550.13
HSL66.94º64.02%62.94%-
HSV(B)66.94º54.75%86.67%-
XYZ53.8965.921.94-
YUV203.0269.86130.84-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.20%
GREEN value IS 221 (86.72% from 255) = 41.86%
BLUE value IS 100 (39.45% from 255) = 18.94%
R=39.20%
G=41.86%
B=18.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072211000.0600.550.1366.9464.0262.94
HexCFDD646037D43403f
Octal31733514460671510310077
Binary110011111101110111001001100110111110110000111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDD64; }

 p { color: rgb(207,221,100); }

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

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

 a { background-color: rgb(207,221,100); }

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

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

 span { border-color: rgb(207,221,100); }

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