#CDC67E

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

Shades of Winter Hazel #CDC67E

Tints of Winter Hazel #CDC67E

Color information

#CDC67E (or 0xCDC67E) is unknown color: approx Winter Hazel. HEX triplet: CD, C6 and 7E. RGB value is (205,198,126). Sum of RGB (Red+Green+Blue) = 205+198+126=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 198 (77.73% from 255 or 37.43% from 529); Blue value is 126 (49.61% from 255 or 23.82% from 529); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC67E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC67E is #323981. Grayscale: #C0C0C0. Windows color (decimal): -3291522 or 8308429. OLE color: 8308429.

HSL color Cylindrical-coordinate representation of color #CDC67E: hue angle of 54.68º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CDC67E is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB205198126-
CMYK00.030.390.20
HSL54.68º44.13%64.9%-
HSV(B)54.68º38.54%80.39%-
XYZ49.1454.8727.74-
YUV191.8890.82137.35-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.75%
GREEN value IS 198 (77.73% from 255) = 37.43%
BLUE value IS 126 (49.61% from 255) = 23.82%
R=38.75%
G=37.43%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519812600.030.390.2054.6844.1364.9
HexCDC67E032714372c41
Octal3153061760347246754101
Binary11001101110001101111110011100111101001101111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC67E; }

 p { color: rgb(205,198,126); }

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

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

 a { background-color: rgb(205,198,126); }

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

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

 span { border-color: rgb(205,198,126); }

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