Html Css Color HEX #D0BC7B Winter Hazel

📋 copy color: '#D0BC7B'

red 208 ◦ green 188 ◦ blue 123

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

Shades of Winter Hazel #D0BC7B

Tints of Winter Hazel #D0BC7B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.22%

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

R = 40.08%
G = 36.22%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D0BC7B (or 0xD0BC7B) is known color: Winter Hazel. HEX triplet: D0, BC and 7B. RGB value is (208,188,123). Sum of RGB (Red+Green+Blue) = 208+188+123=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 123 (48.44% from 255 or 23.70% from 519); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BC7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BC7B is #2F4384. Grayscale: #BABABA. Windows color (decimal): -3097477 or 8109264. OLE color: 8109264.

HSL color Cylindrical-coordinate representation of color #D0BC7B: hue angle of 45.88º 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 #D0BC7B is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 188 123 -
CMYK 0 0.10 0.41 0.18
HSL 45.88º 0.47% 0.65% -
HSV(B) 45.88º 0.41% 0.82% -
XYZ 47.57 50.81 26.04 -
YUV 186.57 92.13 143.29 -
System Red Green Blue C M Y K H S L
Decimal 208 188 123 0 0.10 0.41 0.18 45.88 0.47 0.65
Hex D0 BC 7B 0 A 29 12 2E 2F 41
Octal 320 274 173 0 12 51 22 56 57 101
Binary 11010000 10111100 1111011 0 1010 101001 10010 101110 101111 1000001

Color Harmonies of #D0BC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BC7B

Black with #D0BC7B

Text Example


Text Example

White with #D0BC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BC7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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