Html Css Color HEX #DABA6D Chenin

📋 copy color: '#DABA6D'

red 218 ◦ green 186 ◦ blue 109

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

Shades of Chenin #DABA6D

Tints of Chenin #DABA6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 21.25%

R = 42.5%
G = 36.26%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DABA6D (or 0xDABA6D) is known color: Chenin. HEX triplet: DA, BA and 6D. RGB value is (218,186,109). Sum of RGB (Red+Green+Blue) = 218+186+109=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 109 (42.97% from 255 or 21.25% from 513); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABA6D is #254592. Grayscale: #BBBBBB. Windows color (decimal): -2442643 or 7191258. OLE color: 7191258.

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

Color convert

RGB 218 186 109 -
CMYK 0 0.15 0.5 0.15
HSL 42.39º 0.6% 0.64% -
HSV(B) 42.39º 0.5% 0.85% -
XYZ 49.23 51.13 21.74 -
YUV 186.79 84.1 150.26 -
System Red Green Blue C M Y K H S L
Decimal 218 186 109 0 0.15 0.5 0.15 42.39 0.6 0.64
Hex DA BA 6D 0 F 32 F 2A 3C 40
Octal 332 272 155 0 17 62 17 52 74 100
Binary 11011010 10111010 1101101 0 1111 110010 1111 101010 111100 1000000

Color Harmonies of #DABA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABA6D

Black with #DABA6D

Text Example


Text Example

White with #DABA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABA6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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