Html Css Color HEX #D0C98B Winter Hazel

📋 copy color: '#D0C98B'

red 208 ◦ green 201 ◦ blue 139

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

Shades of Winter Hazel #D0C98B

Tints of Winter Hazel #D0C98B

RGB

 RED value IS 208 (81.64% from 255) = 37.96%

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

 BLUE value IS 139 (54.69% from 255) = 25.36%

R = 37.96%
G = 36.68%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D0C98B (or 0xD0C98B) is known color: Winter Hazel. HEX triplet: D0, C9 and 8B. RGB value is (208,201,139). Sum of RGB (Red+Green+Blue) = 208+201+139=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 201 (78.91% from 255 or 36.68% from 548); Blue value is 139 (54.69% from 255 or 25.36% from 548); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C98B is #2F3674. Grayscale: #C4C4C4. Windows color (decimal): -3094133 or 9161168. OLE color: 9161168.

HSL color Cylindrical-coordinate representation of color #D0C98B: hue angle of 53.91º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D0C98B is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 201 139 -
CMYK 0 0.03 0.33 0.18
HSL 53.91º 0.42% 0.68% -
HSV(B) 53.91º 0.33% 0.82% -
XYZ 51.56 57.05 32.72 -
YUV 196.03 95.82 136.54 -
System Red Green Blue C M Y K H S L
Decimal 208 201 139 0 0.03 0.33 0.18 53.91 0.42 0.68
Hex D0 C9 8B 0 3 21 12 36 2A 44
Octal 320 311 213 0 3 41 22 66 52 104
Binary 11010000 11001001 10001011 0 11 100001 10010 110110 101010 1000100

Color Harmonies of #D0C98B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C98B

Black with #D0C98B

Text Example


Text Example

White with #D0C98B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C98B; }

 p { color: rgb(208,201,139); }

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

background-color css

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

 a { background-color: rgb(208,201,139); }

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

border-color css

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

 span { border-color: rgb(208,201,139); }

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