Html Css Color HEX #D6B973 Chenin

📋 copy color: '#D6B973'

red 214 ◦ green 185 ◦ blue 115

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

Shades of Chenin #D6B973

Tints of Chenin #D6B973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.37%

R = 41.63%
G = 35.99%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D6B973 (or 0xD6B973) is known color: Chenin. HEX triplet: D6, B9 and 73. RGB value is (214,185,115). Sum of RGB (Red+Green+Blue) = 214+185+115=514 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.63% from 514); Green value is 185 (72.66% from 255 or 35.99% from 514); Blue value is 115 (45.31% from 255 or 22.37% from 514); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B973 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B973 is #29468C. Grayscale: #BABABA. Windows color (decimal): -2705037 or 7584214. OLE color: 7584214.

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

Color convert

RGB 214 185 115 -
CMYK 0 0.14 0.46 0.16
HSL 42.42º 0.55% 0.65% -
HSV(B) 42.42º 0.46% 0.84% -
XYZ 48.18 50.23 23.38 -
YUV 185.69 88.11 148.19 -
System Red Green Blue C M Y K H S L
Decimal 214 185 115 0 0.14 0.46 0.16 42.42 0.55 0.65
Hex D6 B9 73 0 E 2E 10 2A 37 41
Octal 326 271 163 0 16 56 20 52 67 101
Binary 11010110 10111001 1110011 0 1110 101110 10000 101010 110111 1000001

Color Harmonies of #D6B973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B973

Black with #D6B973

Text Example


Text Example

White with #D6B973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B973; }

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

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

background-color css

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

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

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

border-color css

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

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

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