Html Css Color HEX #DAB772 Chenin

📋 copy color: '#DAB772'

red 218 ◦ green 183 ◦ blue 114

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

Shades of Chenin #DAB772

Tints of Chenin #DAB772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.14%

R = 42.33%
G = 35.53%
B = 22.14%

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

#DAB772 (or 0xDAB772) is known color: Chenin. HEX triplet: DA, B7 and 72. RGB value is (218,183,114). Sum of RGB (Red+Green+Blue) = 218+183+114=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 183 (71.88% from 255 or 35.53% from 515); Blue value is 114 (44.92% from 255 or 22.14% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB772 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB772 is #25488D. Grayscale: #B9B9B9. Windows color (decimal): -2443406 or 7518170. OLE color: 7518170.

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

Color convert

RGB 218 183 114 -
CMYK 0 0.16 0.48 0.15
HSL 39.81º 0.58% 0.65% -
HSV(B) 39.81º 0.48% 0.85% -
XYZ 48.88 49.99 22.99 -
YUV 185.6 87.6 151.11 -
System Red Green Blue C M Y K H S L
Decimal 218 183 114 0 0.16 0.48 0.15 39.81 0.58 0.65
Hex DA B7 72 0 10 30 F 28 3A 41
Octal 332 267 162 0 20 60 17 50 72 101
Binary 11011010 10110111 1110010 0 10000 110000 1111 101000 111010 1000001

Color Harmonies of #DAB772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB772

Black with #DAB772

Text Example


Text Example

White with #DAB772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB772; }

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

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

background-color css

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

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

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

border-color css

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

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

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