#CDC68C

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

Shades of Winter Hazel #CDC68C

Tints of Winter Hazel #CDC68C

Color information

#CDC68C (or 0xCDC68C) is unknown color: approx Winter Hazel. HEX triplet: CD, C6 and 8C. RGB value is (205,198,140). Sum of RGB (Red+Green+Blue) = 205+198+140=543 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.75% from 543); Green value is 198 (77.73% from 255 or 36.46% from 543); Blue value is 140 (55.08% from 255 or 25.78% from 543); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC68C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC68C is #323973. Grayscale: #C1C1C1. Windows color (decimal): -3291508 or 9225933. OLE color: 9225933.

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

Color convert

RGB205198140-
CMYK00.030.320.20
HSL53.54º39.39%67.65%-
HSV(B)53.54º31.71%80.39%-
XYZ50.155.2632.84-
YUV193.4897.82136.22-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.75%
GREEN value IS 198 (77.73% from 255) = 36.46%
BLUE value IS 140 (55.08% from 255) = 25.78%
R=37.75%
G=36.46%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519814000.030.320.2053.5439.3967.65
HexCDC68C032014362744
Octal3153062140340246647104
Binary110011011100011010001100011100000101001101101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC68C; }

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

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

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

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

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

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

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

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