Html Css Color HEX #CDC483 Winter Hazel

📋 copy color: '#CDC483'

red 205 ◦ green 196 ◦ blue 131

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

Shades of Winter Hazel #CDC483

Tints of Winter Hazel #CDC483

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.84%

 BLUE value IS 131 (51.56% from 255) = 24.62%

R = 38.53%
G = 36.84%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.36

 K value IS 0.20

RGB Variations

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

Color information

#CDC483 (or 0xCDC483) is known color: Winter Hazel. HEX triplet: CD, C4 and 83. RGB value is (205,196,131). Sum of RGB (Red+Green+Blue) = 205+196+131=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 196 (76.95% from 255 or 36.84% from 532); Blue value is 131 (51.56% from 255 or 24.62% from 532); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC483 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC483 is #323B7C. Grayscale: #BFBFBF. Windows color (decimal): -3292029 or 8635597. OLE color: 8635597.

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

Color convert

RGB 205 196 131 -
CMYK 0 0.04 0.36 0.20
HSL 52.7º 0.43% 0.66% -
HSV(B) 52.7º 0.36% 0.8% -
XYZ 49.01 54.1 29.33 -
YUV 191.28 93.98 137.79 -
System Red Green Blue C M Y K H S L
Decimal 205 196 131 0 0.04 0.36 0.20 52.7 0.43 0.66
Hex CD C4 83 0 4 24 14 35 2B 42
Octal 315 304 203 0 4 44 24 65 53 102
Binary 11001101 11000100 10000011 0 100 100100 10100 110101 101011 1000010

Color Harmonies of #CDC483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC483

Black with #CDC483

Text Example


Text Example

White with #CDC483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC483; }

 p { color: rgb(205,196,131); }

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

background-color css

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

 a { background-color: rgb(205,196,131); }

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

border-color css

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

 span { border-color: rgb(205,196,131); }

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