Html Css Color HEX #D6B972 Chenin

📋 copy color: '#D6B972'

red 214 ◦ green 185 ◦ blue 114

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

Shades of Chenin #D6B972

Tints of Chenin #D6B972

RGB

 RED value IS 214 (83.98% from 255) = 41.72%

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

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

R = 41.72%
G = 36.06%
B = 22.22%

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

#D6B972 (or 0xD6B972) is known color: Chenin. HEX triplet: D6, B9 and 72. RGB value is (214,185,114). Sum of RGB (Red+Green+Blue) = 214+185+114=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 185 (72.66% from 255 or 36.06% from 513); Blue value is 114 (44.92% from 255 or 22.22% from 513); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B972 is #29468D. Grayscale: #B9B9B9. Windows color (decimal): -2705038 or 7518678. OLE color: 7518678.

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

Color convert

RGB 214 185 114 -
CMYK 0 0.14 0.47 0.16
HSL 42.6º 0.55% 0.64% -
HSV(B) 42.6º 0.47% 0.84% -
XYZ 48.12 50.21 23.07 -
YUV 185.58 87.61 148.27 -
System Red Green Blue C M Y K H S L
Decimal 214 185 114 0 0.14 0.47 0.16 42.6 0.55 0.64
Hex D6 B9 72 0 E 2F 10 2B 37 40
Octal 326 271 162 0 16 57 20 53 67 100
Binary 11010110 10111001 1110010 0 1110 101111 10000 101011 110111 1000000

Color Harmonies of #D6B972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B972

Black with #D6B972

Text Example


Text Example

White with #D6B972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B972; }

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

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

background-color css

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

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

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

border-color css

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

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

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