Html Css Color HEX #DAB771 Chenin

📋 copy color: '#DAB771'

red 218 ◦ green 183 ◦ blue 113

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

Shades of Chenin #DAB771

Tints of Chenin #DAB771

RGB

 RED value IS 218 (85.55% from 255) = 42.41%

 GREEN value IS 183 (71.88% from 255) = 35.6%

 BLUE value IS 113 (44.53% from 255) = 21.98%

R = 42.41%
G = 35.6%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DAB771 (or 0xDAB771) is known color: Chenin. HEX triplet: DA, B7 and 71. RGB value is (218,183,113). Sum of RGB (Red+Green+Blue) = 218+183+113=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 183 (71.88% from 255 or 35.60% from 514); Blue value is 113 (44.53% from 255 or 21.98% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB771 is #25488E. Grayscale: #B9B9B9. Windows color (decimal): -2443407 or 7452634. OLE color: 7452634.

HSL color Cylindrical-coordinate representation of color #DAB771: hue angle of 40º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DAB771 is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 183 113 -
CMYK 0 0.16 0.48 0.15
HSL 40º 0.59% 0.65% -
HSV(B) 40º 0.48% 0.85% -
XYZ 48.83 49.96 22.69 -
YUV 185.49 87.1 151.19 -
System Red Green Blue C M Y K H S L
Decimal 218 183 113 0 0.16 0.48 0.15 40 0.59 0.65
Hex DA B7 71 0 10 30 F 28 3B 41
Octal 332 267 161 0 20 60 17 50 73 101
Binary 11011010 10110111 1110001 0 10000 110000 1111 101000 111011 1000001

Color Harmonies of #DAB771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB771

Black with #DAB771

Text Example


Text Example

White with #DAB771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB771; }

 p { color: rgb(218,183,113); }

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

background-color css

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

 a { background-color: rgb(218,183,113); }

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

border-color css

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

 span { border-color: rgb(218,183,113); }

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