Html Css Color HEX #DAB76E Chenin

📋 copy color: '#DAB76E'

red 218 ◦ green 183 ◦ blue 110

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

Shades of Chenin #DAB76E

Tints of Chenin #DAB76E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 21.53%

R = 42.66%
G = 35.81%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DAB76E (or 0xDAB76E) is known color: Chenin. HEX triplet: DA, B7 and 6E. RGB value is (218,183,110). Sum of RGB (Red+Green+Blue) = 218+183+110=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 183 (71.88% from 255 or 35.81% from 511); Blue value is 110 (43.36% from 255 or 21.53% from 511); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB76E is #254891. Grayscale: #B9B9B9. Windows color (decimal): -2443410 or 7256026. OLE color: 7256026.

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

Color convert

RGB 218 183 110 -
CMYK 0 0.16 0.50 0.15
HSL 40.56º 0.59% 0.64% -
HSV(B) 40.56º 0.5% 0.85% -
XYZ 48.66 49.9 21.82 -
YUV 185.14 85.6 151.44 -
System Red Green Blue C M Y K H S L
Decimal 218 183 110 0 0.16 0.50 0.15 40.56 0.59 0.64
Hex DA B7 6E 0 10 32 F 29 3B 40
Octal 332 267 156 0 20 62 17 51 73 100
Binary 11011010 10110111 1101110 0 10000 110010 1111 101001 111011 1000000

Color Harmonies of #DAB76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB76E

Black with #DAB76E

Text Example


Text Example

White with #DAB76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB76E; }

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

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

background-color css

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

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

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

border-color css

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

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

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