Html Css Color HEX #D0C97B Winter Hazel

📋 copy color: '#D0C97B'

red 208 ◦ green 201 ◦ blue 123

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

Shades of Winter Hazel #D0C97B

Tints of Winter Hazel #D0C97B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 23.12%

R = 39.1%
G = 37.78%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D0C97B (or 0xD0C97B) is known color: Winter Hazel. HEX triplet: D0, C9 and 7B. RGB value is (208,201,123). Sum of RGB (Red+Green+Blue) = 208+201+123=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 201 (78.91% from 255 or 37.78% from 532); Blue value is 123 (48.44% from 255 or 23.12% from 532); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C97B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C97B is #2F3684. Grayscale: #C2C2C2. Windows color (decimal): -3094149 or 8112592. OLE color: 8112592.

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

Color convert

RGB 208 201 123 -
CMYK 0 0.03 0.41 0.18
HSL 55.06º 0.47% 0.65% -
HSV(B) 55.06º 0.41% 0.82% -
XYZ 50.47 56.61 27.01 -
YUV 194.2 87.82 137.84 -
System Red Green Blue C M Y K H S L
Decimal 208 201 123 0 0.03 0.41 0.18 55.06 0.47 0.65
Hex D0 C9 7B 0 3 29 12 37 2F 41
Octal 320 311 173 0 3 51 22 67 57 101
Binary 11010000 11001001 1111011 0 11 101001 10010 110111 101111 1000001

Color Harmonies of #D0C97B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C97B

Black with #D0C97B

Text Example


Text Example

White with #D0C97B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C97B; }

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

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

background-color css

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

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

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

border-color css

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

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

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