#CED267

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

Shades of Goldenrod #CED267

Tints of Goldenrod #CED267

Color information

#CED267 (or 0xCED267) is unknown color: approx Goldenrod. HEX triplet: CE, D2 and 67. RGB value is (206,210,103). Sum of RGB (Red+Green+Blue) = 206+210+103=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 210 (82.42% from 255 or 40.46% from 519); Blue value is 103 (40.62% from 255 or 19.85% from 519); Max value from RGB is 210 - color contains mainly: green. Hex color #CED267 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED267 is #312D98. Grayscale: #C5C5C5. Windows color (decimal): -3222937 or 6804174. OLE color: 6804174.

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

Color convert

RGB206210103-
CMYK0.0200.510.18
HSL62.24º54.31%61.37%-
HSV(B)62.24º50.95%82.35%-
XYZ50.9560.1921.77-
YUV196.6175.17134.7-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.69%
GREEN value IS 210 (82.42% from 255) = 40.46%
BLUE value IS 103 (40.62% from 255) = 19.85%
R=39.69%
G=40.46%
B=19.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2062101030.0200.510.1862.2454.3161.37
HexCED2672033123e363d
Octal316322147206322766675
Binary1100111011010010110011110011001110010111110110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED267; }

 p { color: rgb(206,210,103); }

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

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

 a { background-color: rgb(206,210,103); }

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

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

 span { border-color: rgb(206,210,103); }

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