Html Css Color HEX #D1C985 Winter Hazel

📋 copy color: '#D1C985'

red 209 ◦ green 201 ◦ blue 133

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

Shades of Winter Hazel #D1C985

Tints of Winter Hazel #D1C985

RGB

 RED value IS 209 (82.03% from 255) = 38.49%

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

 BLUE value IS 133 (52.34% from 255) = 24.49%

R = 38.49%
G = 37.02%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D1C985 (or 0xD1C985) is known color: Winter Hazel. HEX triplet: D1, C9 and 85. RGB value is (209,201,133). Sum of RGB (Red+Green+Blue) = 209+201+133=543 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.49% from 543); Green value is 201 (78.91% from 255 or 37.02% from 543); Blue value is 133 (52.34% from 255 or 24.49% from 543); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1C985 is #2E367A. Grayscale: #C3C3C3. Windows color (decimal): -3028603 or 8767953. OLE color: 8767953.

HSL color Cylindrical-coordinate representation of color #D1C985: hue angle of 53.68º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D1C985 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 201 133 -
CMYK 0 0.04 0.36 0.18
HSL 53.68º 0.45% 0.67% -
HSV(B) 53.68º 0.36% 0.82% -
XYZ 51.41 57.02 30.49 -
YUV 195.64 92.65 137.53 -
System Red Green Blue C M Y K H S L
Decimal 209 201 133 0 0.04 0.36 0.18 53.68 0.45 0.67
Hex D1 C9 85 0 4 24 12 36 2D 43
Octal 321 311 205 0 4 44 22 66 55 103
Binary 11010001 11001001 10000101 0 100 100100 10010 110110 101101 1000011

Color Harmonies of #D1C985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C985

Black with #D1C985

Text Example


Text Example

White with #D1C985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C985; }

 p { color: rgb(209,201,133); }

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

background-color css

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

 a { background-color: rgb(209,201,133); }

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

border-color css

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

 span { border-color: rgb(209,201,133); }

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