Html Css Color HEX #D0C98F Winter Hazel

📋 copy color: '#D0C98F'

red 208 ◦ green 201 ◦ blue 143

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

Shades of Winter Hazel #D0C98F

Tints of Winter Hazel #D0C98F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 25.91%

R = 37.68%
G = 36.41%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D0C98F (or 0xD0C98F) is known color: Winter Hazel. HEX triplet: D0, C9 and 8F. RGB value is (208,201,143). Sum of RGB (Red+Green+Blue) = 208+201+143=552 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.68% from 552); Green value is 201 (78.91% from 255 or 36.41% from 552); Blue value is 143 (56.25% from 255 or 25.91% from 552); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C98F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C98F is #2F3670. Grayscale: #C4C4C4. Windows color (decimal): -3094129 or 9423312. OLE color: 9423312.

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

Color convert

RGB 208 201 143 -
CMYK 0 0.03 0.31 0.18
HSL 53.54º 0.41% 0.69% -
HSV(B) 53.54º 0.31% 0.82% -
XYZ 51.86 57.17 34.29 -
YUV 196.48 97.82 136.22 -
System Red Green Blue C M Y K H S L
Decimal 208 201 143 0 0.03 0.31 0.18 53.54 0.41 0.69
Hex D0 C9 8F 0 3 1F 12 36 29 45
Octal 320 311 217 0 3 37 22 66 51 105
Binary 11010000 11001001 10001111 0 11 11111 10010 110110 101001 1000101

Color Harmonies of #D0C98F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C98F

Black with #D0C98F

Text Example


Text Example

White with #D0C98F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C98F; }

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

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

background-color css

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

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

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

border-color css

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

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

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