Html Css Color HEX #D6B970 Chenin

📋 copy color: '#D6B970'

red 214 ◦ green 185 ◦ blue 112

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

Shades of Chenin #D6B970

Tints of Chenin #D6B970

RGB

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

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

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

R = 41.88%
G = 36.2%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D6B970 (or 0xD6B970) is known color: Chenin. HEX triplet: D6, B9 and 70. RGB value is (214,185,112). Sum of RGB (Red+Green+Blue) = 214+185+112=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 185 (72.66% from 255 or 36.20% from 511); Blue value is 112 (44.14% from 255 or 21.92% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B970 is #29468F. Grayscale: #B9B9B9. Windows color (decimal): -2705040 or 7387606. OLE color: 7387606.

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

Color convert

RGB 214 185 112 -
CMYK 0 0.14 0.48 0.16
HSL 42.94º 0.55% 0.64% -
HSV(B) 42.94º 0.48% 0.84% -
XYZ 48.01 50.16 22.48 -
YUV 185.35 86.61 148.44 -
System Red Green Blue C M Y K H S L
Decimal 214 185 112 0 0.14 0.48 0.16 42.94 0.55 0.64
Hex D6 B9 70 0 E 30 10 2B 37 40
Octal 326 271 160 0 16 60 20 53 67 100
Binary 11010110 10111001 1110000 0 1110 110000 10000 101011 110111 1000000

Color Harmonies of #D6B970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B970

Black with #D6B970

Text Example


Text Example

White with #D6B970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B970; }

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

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

background-color css

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

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

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

border-color css

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

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

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