Html Css Color HEX #CDC083 Winter Hazel

📋 copy color: '#CDC083'

red 205 ◦ green 192 ◦ blue 131

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

Shades of Winter Hazel #CDC083

Tints of Winter Hazel #CDC083

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.36%

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

R = 38.83%
G = 36.36%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.36

 K value IS 0.20

RGB Variations

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

Color information

#CDC083 (or 0xCDC083) is known color: Winter Hazel. HEX triplet: CD, C0 and 83. RGB value is (205,192,131). Sum of RGB (Red+Green+Blue) = 205+192+131=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 192 (75.39% from 255 or 36.36% from 528); Blue value is 131 (51.56% from 255 or 24.81% from 528); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC083 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC083 is #323F7C. Grayscale: #BDBDBD. Windows color (decimal): -3293053 or 8634573. OLE color: 8634573.

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

Color convert

RGB 205 192 131 -
CMYK 0 0.06 0.36 0.20
HSL 49.46º 0.43% 0.66% -
HSV(B) 49.46º 0.36% 0.8% -
XYZ 48.12 52.32 29.03 -
YUV 188.93 95.31 139.46 -
System Red Green Blue C M Y K H S L
Decimal 205 192 131 0 0.06 0.36 0.20 49.46 0.43 0.66
Hex CD C0 83 0 6 24 14 31 2B 42
Octal 315 300 203 0 6 44 24 61 53 102
Binary 11001101 11000000 10000011 0 110 100100 10100 110001 101011 1000010

Color Harmonies of #CDC083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC083

Black with #CDC083

Text Example


Text Example

White with #CDC083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC083; }

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

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

background-color css

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

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

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

border-color css

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

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

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