Html Css Color HEX #D6BA70 Chenin

📋 copy color: '#D6BA70'

red 214 ◦ green 186 ◦ blue 112

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

Shades of Chenin #D6BA70

Tints of Chenin #D6BA70

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.33%

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

R = 41.8%
G = 36.33%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D6BA70 (or 0xD6BA70) is known color: Chenin. HEX triplet: D6, BA and 70. RGB value is (214,186,112). Sum of RGB (Red+Green+Blue) = 214+186+112=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 112 (44.14% from 255 or 21.88% from 512); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BA70 is #29458F. Grayscale: #BABABA. Windows color (decimal): -2704784 or 7387862. OLE color: 7387862.

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

Color convert

RGB 214 186 112 -
CMYK 0 0.13 0.48 0.16
HSL 43.53º 0.55% 0.64% -
HSV(B) 43.53º 0.48% 0.84% -
XYZ 48.22 50.58 22.55 -
YUV 185.94 86.28 148.02 -
System Red Green Blue C M Y K H S L
Decimal 214 186 112 0 0.13 0.48 0.16 43.53 0.55 0.64
Hex D6 BA 70 0 D 30 10 2C 37 40
Octal 326 272 160 0 15 60 20 54 67 100
Binary 11010110 10111010 1110000 0 1101 110000 10000 101100 110111 1000000

Color Harmonies of #D6BA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BA70

Black with #D6BA70

Text Example


Text Example

White with #D6BA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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