Html Css Color HEX #CDC58E Winter Hazel

📋 copy color: '#CDC58E'

red 205 ◦ green 197 ◦ blue 142

#CDC58E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Winter Hazel #CDC58E

Tints of Winter Hazel #CDC58E

RGB

 RED value IS 205 (80.47% from 255) = 37.68%

 GREEN value IS 197 (77.34% from 255) = 36.21%

 BLUE value IS 142 (55.86% from 255) = 26.1%

R = 37.68%
G = 36.21%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CDC58E (or 0xCDC58E) is known color: Winter Hazel. HEX triplet: CD, C5 and 8E. RGB value is (205,197,142). Sum of RGB (Red+Green+Blue) = 205+197+142=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 197 (77.34% from 255 or 36.21% from 544); Blue value is 142 (55.86% from 255 or 26.10% from 544); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC58E is #323A71. Grayscale: #C1C1C1. Windows color (decimal): -3291762 or 9356749. OLE color: 9356749.

HSL color Cylindrical-coordinate representation of color #CDC58E: hue angle of 52.38º 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 #CDC58E is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 197 142 -
CMYK 0 0.04 0.31 0.20
HSL 52.38º 0.39% 0.68% -
HSV(B) 52.38º 0.31% 0.8% -
XYZ 50.03 54.86 33.54 -
YUV 193.12 99.15 136.47 -
System Red Green Blue C M Y K H S L
Decimal 205 197 142 0 0.04 0.31 0.20 52.38 0.39 0.68
Hex CD C5 8E 0 4 1F 14 34 27 44
Octal 315 305 216 0 4 37 24 64 47 104
Binary 11001101 11000101 10001110 0 100 11111 10100 110100 100111 1000100

Color Harmonies of #CDC58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC58E

Black with #CDC58E

Text Example


Text Example

White with #CDC58E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC58E; }

 p { color: rgb(205,197,142); }

 H1.HeaderClassName
 {
   color: #CDC58E;
 }
 .AnyTagClassName
 {
   color: #CDC58E;
 }
</style>

background-color css

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

 a { background-color: rgb(205,197,142); }

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

border-color css

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

 span { border-color: rgb(205,197,142); }

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