#CFD264

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

Shades of Goldenrod #CFD264

Tints of Goldenrod #CFD264

Color information

#CFD264 (or 0xCFD264) is unknown color: approx Goldenrod. HEX triplet: CF, D2 and 64. RGB value is (207,210,100). Sum of RGB (Red+Green+Blue) = 207+210+100=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 210 (82.42% from 255 or 40.62% from 517); Blue value is 100 (39.45% from 255 or 19.34% from 517); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD264 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD264 is #302D9B. Grayscale: #C5C5C5. Windows color (decimal): -3157404 or 6607567. OLE color: 6607567.

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

Color convert

RGB207210100-
CMYK0.0100.520.18
HSL61.64º55%60.78%-
HSV(B)61.64º52.38%82.35%-
XYZ51.0860.2821-
YUV196.5673.51135.44-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.04%
GREEN value IS 210 (82.42% from 255) = 40.62%
BLUE value IS 100 (39.45% from 255) = 19.34%
R=40.04%
G=40.62%
B=19.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2072101000.0100.520.1861.645560.78
HexCFD2641034123e373d
Octal317322144106422766775
Binary110011111101001011001001011010010010111110110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD264; }

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

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

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

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

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

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

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

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