Html Css Color HEX #CDC883 Winter Hazel

📋 copy color: '#CDC883'

red 205 ◦ green 200 ◦ blue 131

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

Shades of Winter Hazel #CDC883

Tints of Winter Hazel #CDC883

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.31%

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

R = 38.25%
G = 37.31%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.36

 K value IS 0.20

RGB Variations

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

Color information

#CDC883 (or 0xCDC883) is known color: Winter Hazel. HEX triplet: CD, C8 and 83. RGB value is (205,200,131). Sum of RGB (Red+Green+Blue) = 205+200+131=536 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.25% from 536); Green value is 200 (78.52% from 255 or 37.31% from 536); Blue value is 131 (51.56% from 255 or 24.44% from 536); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC883 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC883 is #32377C. Grayscale: #C1C1C1. Windows color (decimal): -3291005 or 8636621. OLE color: 8636621.

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

Color convert

RGB 205 200 131 -
CMYK 0 0.02 0.36 0.20
HSL 55.95º 0.43% 0.66% -
HSV(B) 55.95º 0.36% 0.8% -
XYZ 49.93 55.93 29.64 -
YUV 193.63 92.66 136.11 -
System Red Green Blue C M Y K H S L
Decimal 205 200 131 0 0.02 0.36 0.20 55.95 0.43 0.66
Hex CD C8 83 0 2 24 14 38 2B 42
Octal 315 310 203 0 2 44 24 70 53 102
Binary 11001101 11001000 10000011 0 10 100100 10100 111000 101011 1000010

Color Harmonies of #CDC883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC883

Black with #CDC883

Text Example


Text Example

White with #CDC883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC883; }

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

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

background-color css

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

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

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

border-color css

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

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

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