Html Css Color HEX #D7B972 Chenin

📋 copy color: '#D7B972'

red 215 ◦ green 185 ◦ blue 114

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

Shades of Chenin #D7B972

Tints of Chenin #D7B972

RGB

 RED value IS 215 (84.38% from 255) = 41.83%

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

 BLUE value IS 114 (44.92% from 255) = 22.18%

R = 41.83%
G = 35.99%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D7B972 (or 0xD7B972) is known color: Chenin. HEX triplet: D7, B9 and 72. RGB value is (215,185,114). Sum of RGB (Red+Green+Blue) = 215+185+114=514 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.83% from 514); Green value is 185 (72.66% from 255 or 35.99% from 514); Blue value is 114 (44.92% from 255 or 22.18% from 514); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B972 is #28468D. Grayscale: #BABABA. Windows color (decimal): -2639502 or 7518679. OLE color: 7518679.

HSL color Cylindrical-coordinate representation of color #D7B972: hue angle of 42.18º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D7B972 is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 185 114 -
CMYK 0 0.14 0.47 0.16
HSL 42.18º 0.56% 0.65% -
HSV(B) 42.18º 0.47% 0.84% -
XYZ 48.41 50.36 23.09 -
YUV 185.88 87.44 148.77 -
System Red Green Blue C M Y K H S L
Decimal 215 185 114 0 0.14 0.47 0.16 42.18 0.56 0.65
Hex D7 B9 72 0 E 2F 10 2A 38 41
Octal 327 271 162 0 16 57 20 52 70 101
Binary 11010111 10111001 1110010 0 1110 101111 10000 101010 111000 1000001

Color Harmonies of #D7B972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B972

Black with #D7B972

Text Example


Text Example

White with #D7B972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B972; }

 p { color: rgb(215,185,114); }

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

background-color css

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

 a { background-color: rgb(215,185,114); }

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

border-color css

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

 span { border-color: rgb(215,185,114); }

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