Html Css Color HEX #CDC58D Winter Hazel

📋 copy color: '#CDC58D'

red 205 ◦ green 197 ◦ blue 141

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

Shades of Winter Hazel #CDC58D

Tints of Winter Hazel #CDC58D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 25.97%

R = 37.75%
G = 36.28%
B = 25.97%

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

#CDC58D (or 0xCDC58D) is known color: Winter Hazel. HEX triplet: CD, C5 and 8D. RGB value is (205,197,141). Sum of RGB (Red+Green+Blue) = 205+197+141=543 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.75% from 543); Green value is 197 (77.34% from 255 or 36.28% from 543); Blue value is 141 (55.47% from 255 or 25.97% from 543); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC58D is #323A72. Grayscale: #C1C1C1. Windows color (decimal): -3291763 or 9291213. OLE color: 9291213.

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

Color convert

RGB 205 197 141 -
CMYK 0 0.04 0.31 0.20
HSL 52.5º 0.39% 0.68% -
HSV(B) 52.5º 0.31% 0.8% -
XYZ 49.95 54.83 33.15 -
YUV 193.01 98.65 136.55 -
System Red Green Blue C M Y K H S L
Decimal 205 197 141 0 0.04 0.31 0.20 52.5 0.39 0.68
Hex CD C5 8D 0 4 1F 14 34 27 44
Octal 315 305 215 0 4 37 24 64 47 104
Binary 11001101 11000101 10001101 0 100 11111 10100 110100 100111 1000100

Color Harmonies of #CDC58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC58D

Black with #CDC58D

Text Example


Text Example

White with #CDC58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC58D; }

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

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

background-color css

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

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

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

border-color css

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

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

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