#CDC68D

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

Shades of Winter Hazel #CDC68D

Tints of Winter Hazel #CDC68D

Color information

#CDC68D (or 0xCDC68D) is unknown color: approx Winter Hazel. HEX triplet: CD, C6 and 8D. RGB value is (205,198,141). Sum of RGB (Red+Green+Blue) = 205+198+141=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 198 (77.73% from 255 or 36.40% from 544); Blue value is 141 (55.47% from 255 or 25.92% from 544); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC68D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC68D is #323972. Grayscale: #C1C1C1. Windows color (decimal): -3291507 or 9291469. OLE color: 9291469.

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

Color convert

RGB205198141-
CMYK00.030.310.20
HSL53.44º39.02%67.84%-
HSV(B)53.44º31.22%80.39%-
XYZ50.1855.2933.23-
YUV193.698.32136.13-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.68%
GREEN value IS 198 (77.73% from 255) = 36.40%
BLUE value IS 141 (55.47% from 255) = 25.92%
R=37.68%
G=36.40%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519814100.030.310.2053.4439.0267.84
HexCDC68D031F14352744
Octal3153062150337246547104
Binary11001101110001101000110101111111101001101011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC68D; }

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

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

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

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

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

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

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

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