Html Css Color HEX #DABA71 Chenin

📋 copy color: '#DABA71'

red 218 ◦ green 186 ◦ blue 113

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

Shades of Chenin #DABA71

Tints of Chenin #DABA71

RGB

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

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

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

R = 42.17%
G = 35.98%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DABA71 (or 0xDABA71) is known color: Chenin. HEX triplet: DA, BA and 71. RGB value is (218,186,113). Sum of RGB (Red+Green+Blue) = 218+186+113=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 113 (44.53% from 255 or 21.86% from 517); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABA71 is #25458E. Grayscale: #BBBBBB. Windows color (decimal): -2442639 or 7453402. OLE color: 7453402.

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

Color convert

RGB 218 186 113 -
CMYK 0 0.15 0.48 0.15
HSL 41.71º 0.59% 0.65% -
HSV(B) 41.71º 0.48% 0.85% -
XYZ 49.45 51.22 22.9 -
YUV 187.25 86.1 149.94 -
System Red Green Blue C M Y K H S L
Decimal 218 186 113 0 0.15 0.48 0.15 41.71 0.59 0.65
Hex DA BA 71 0 F 30 F 2A 3B 41
Octal 332 272 161 0 17 60 17 52 73 101
Binary 11011010 10111010 1110001 0 1111 110000 1111 101010 111011 1000001

Color Harmonies of #DABA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABA71

Black with #DABA71

Text Example


Text Example

White with #DABA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABA71; }

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

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

background-color css

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

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

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

border-color css

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

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

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