Html Css Color HEX #CDC98C Winter Hazel

📋 copy color: '#CDC98C'

red 205 ◦ green 201 ◦ blue 140

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

Shades of Winter Hazel #CDC98C

Tints of Winter Hazel #CDC98C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.81%

 BLUE value IS 140 (55.08% from 255) = 25.64%

R = 37.55%
G = 36.81%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CDC98C (or 0xCDC98C) is known color: Winter Hazel. HEX triplet: CD, C9 and 8C. RGB value is (205,201,140). Sum of RGB (Red+Green+Blue) = 205+201+140=546 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.55% from 546); Green value is 201 (78.91% from 255 or 36.81% from 546); Blue value is 140 (55.08% from 255 or 25.64% from 546); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC98C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC98C is #323673. Grayscale: #C3C3C3. Windows color (decimal): -3290740 or 9226701. OLE color: 9226701.

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

Color convert

RGB 205 201 140 -
CMYK 0 0.02 0.32 0.20
HSL 56.31º 0.39% 0.68% -
HSV(B) 56.31º 0.32% 0.8% -
XYZ 50.8 56.65 33.07 -
YUV 195.24 96.83 134.96 -
System Red Green Blue C M Y K H S L
Decimal 205 201 140 0 0.02 0.32 0.20 56.31 0.39 0.68
Hex CD C9 8C 0 2 20 14 38 27 44
Octal 315 311 214 0 2 40 24 70 47 104
Binary 11001101 11001001 10001100 0 10 100000 10100 111000 100111 1000100

Color Harmonies of #CDC98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC98C

Black with #CDC98C

Text Example


Text Example

White with #CDC98C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC98C; }

 p { color: rgb(205,201,140); }

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

background-color css

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

 a { background-color: rgb(205,201,140); }

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

border-color css

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

 span { border-color: rgb(205,201,140); }

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