Html Css Color HEX #D8B870 Chenin

📋 copy color: '#D8B870'

red 216 ◦ green 184 ◦ blue 112

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

Shades of Chenin #D8B870

Tints of Chenin #D8B870

RGB

 RED value IS 216 (84.77% from 255) = 42.19%

 GREEN value IS 184 (72.27% from 255) = 35.94%

 BLUE value IS 112 (44.14% from 255) = 21.88%

R = 42.19%
G = 35.94%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D8B870 (or 0xD8B870) is known color: Chenin. HEX triplet: D8, B8 and 70. RGB value is (216,184,112). Sum of RGB (Red+Green+Blue) = 216+184+112=512 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.19% from 512); Green value is 184 (72.27% from 255 or 35.94% from 512); Blue value is 112 (44.14% from 255 or 21.88% from 512); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B870 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B870 is #27478F. Grayscale: #B9B9B9. Windows color (decimal): -2574224 or 7387352. OLE color: 7387352.

HSL color Cylindrical-coordinate representation of color #D8B870: hue angle of 41.54º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D8B870 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 184 112 -
CMYK 0 0.15 0.48 0.15
HSL 41.54º 0.57% 0.64% -
HSV(B) 41.54º 0.48% 0.85% -
XYZ 48.38 50.05 22.44 -
YUV 185.36 86.6 149.85 -
System Red Green Blue C M Y K H S L
Decimal 216 184 112 0 0.15 0.48 0.15 41.54 0.57 0.64
Hex D8 B8 70 0 F 30 F 2A 39 40
Octal 330 270 160 0 17 60 17 52 71 100
Binary 11011000 10111000 1110000 0 1111 110000 1111 101010 111001 1000000

Color Harmonies of #D8B870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B870

Black with #D8B870

Text Example


Text Example

White with #D8B870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B870; }

 p { color: rgb(216,184,112); }

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

background-color css

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

 a { background-color: rgb(216,184,112); }

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

border-color css

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

 span { border-color: rgb(216,184,112); }

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