Html Css Color HEX #CDC57D Winter Hazel

📋 copy color: '#CDC57D'

red 205 ◦ green 197 ◦ blue 125

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

Shades of Winter Hazel #CDC57D

Tints of Winter Hazel #CDC57D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.72%

R = 38.9%
G = 37.38%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CDC57D (or 0xCDC57D) is known color: Winter Hazel. HEX triplet: CD, C5 and 7D. RGB value is (205,197,125). Sum of RGB (Red+Green+Blue) = 205+197+125=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 197 (77.34% from 255 or 37.38% from 527); Blue value is 125 (49.22% from 255 or 23.72% from 527); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC57D is #323A82. Grayscale: #BFBFBF. Windows color (decimal): -3291779 or 8242637. OLE color: 8242637.

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

Color convert

RGB 205 197 125 -
CMYK 0 0.04 0.39 0.20
HSL 54º 0.44% 0.65% -
HSV(B) 54º 0.39% 0.8% -
XYZ 48.84 54.39 27.33 -
YUV 191.18 90.65 137.85 -
System Red Green Blue C M Y K H S L
Decimal 205 197 125 0 0.04 0.39 0.20 54 0.44 0.65
Hex CD C5 7D 0 4 27 14 36 2C 41
Octal 315 305 175 0 4 47 24 66 54 101
Binary 11001101 11000101 1111101 0 100 100111 10100 110110 101100 1000001

Color Harmonies of #CDC57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC57D

Black with #CDC57D

Text Example


Text Example

White with #CDC57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC57D; }

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

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

background-color css

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

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

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

border-color css

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

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

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