Html Css Color HEX #CDC58F Winter Hazel

📋 copy color: '#CDC58F'

red 205 ◦ green 197 ◦ blue 143

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

Shades of Winter Hazel #CDC58F

Tints of Winter Hazel #CDC58F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 26.24%

R = 37.61%
G = 36.15%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CDC58F (or 0xCDC58F) is known color: Winter Hazel. HEX triplet: CD, C5 and 8F. RGB value is (205,197,143). Sum of RGB (Red+Green+Blue) = 205+197+143=545 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.61% from 545); Green value is 197 (77.34% from 255 or 36.15% from 545); Blue value is 143 (56.25% from 255 or 26.24% from 545); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC58F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC58F is #323A70. Grayscale: #C1C1C1. Windows color (decimal): -3291761 or 9422285. OLE color: 9422285.

HSL color Cylindrical-coordinate representation of color #CDC58F: hue angle of 52.26º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDC58F is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 197 143 -
CMYK 0 0.04 0.30 0.20
HSL 52.26º 0.38% 0.68% -
HSV(B) 52.26º 0.3% 0.8% -
XYZ 50.1 54.89 33.94 -
YUV 193.24 99.65 136.39 -
System Red Green Blue C M Y K H S L
Decimal 205 197 143 0 0.04 0.30 0.20 52.26 0.38 0.68
Hex CD C5 8F 0 4 1E 14 34 26 44
Octal 315 305 217 0 4 36 24 64 46 104
Binary 11001101 11000101 10001111 0 100 11110 10100 110100 100110 1000100

Color Harmonies of #CDC58F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC58F

Black with #CDC58F

Text Example


Text Example

White with #CDC58F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC58F; }

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

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

background-color css

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

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

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

border-color css

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

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

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