Html Css Color HEX #D8B970 Chenin

📋 copy color: '#D8B970'

red 216 ◦ green 185 ◦ blue 112

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

Shades of Chenin #D8B970

Tints of Chenin #D8B970

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.06%

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

R = 42.11%
G = 36.06%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D8B970 (or 0xD8B970) is known color: Chenin. HEX triplet: D8, B9 and 70. RGB value is (216,185,112). Sum of RGB (Red+Green+Blue) = 216+185+112=513 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.11% from 513); Green value is 185 (72.66% from 255 or 36.06% from 513); Blue value is 112 (44.14% from 255 or 21.83% from 513); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B970 is #27468F. Grayscale: #BABABA. Windows color (decimal): -2573968 or 7387608. OLE color: 7387608.

HSL color Cylindrical-coordinate representation of color #D8B970: hue angle of 42.12º 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 #D8B970 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 185 112 -
CMYK 0 0.14 0.48 0.15
HSL 42.12º 0.57% 0.64% -
HSV(B) 42.12º 0.48% 0.85% -
XYZ 48.59 50.47 22.51 -
YUV 185.95 86.27 149.44 -
System Red Green Blue C M Y K H S L
Decimal 216 185 112 0 0.14 0.48 0.15 42.12 0.57 0.64
Hex D8 B9 70 0 E 30 F 2A 39 40
Octal 330 271 160 0 16 60 17 52 71 100
Binary 11011000 10111001 1110000 0 1110 110000 1111 101010 111001 1000000

Color Harmonies of #D8B970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B970

Black with #D8B970

Text Example


Text Example

White with #D8B970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B970; }

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

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

background-color css

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

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

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

border-color css

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

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

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