Html Css Color HEX #DABA76 Chenin

📋 copy color: '#DABA76'

red 218 ◦ green 186 ◦ blue 118

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

Shades of Chenin #DABA76

Tints of Chenin #DABA76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 22.61%

R = 41.76%
G = 35.63%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DABA76 (or 0xDABA76) is known color: Chenin. HEX triplet: DA, BA and 76. RGB value is (218,186,118). Sum of RGB (Red+Green+Blue) = 218+186+118=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 118 (46.48% from 255 or 22.61% from 522); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABA76 is #254589. Grayscale: #BCBCBC. Windows color (decimal): -2442634 or 7781082. OLE color: 7781082.

HSL color Cylindrical-coordinate representation of color #DABA76: hue angle of 40.8º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DABA76 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 186 118 -
CMYK 0 0.15 0.46 0.15
HSL 40.8º 0.57% 0.66% -
HSV(B) 40.8º 0.46% 0.85% -
XYZ 49.74 51.33 24.43 -
YUV 187.82 88.6 149.53 -
System Red Green Blue C M Y K H S L
Decimal 218 186 118 0 0.15 0.46 0.15 40.8 0.57 0.66
Hex DA BA 76 0 F 2E F 29 39 42
Octal 332 272 166 0 17 56 17 51 71 102
Binary 11011010 10111010 1110110 0 1111 101110 1111 101001 111001 1000010

Color Harmonies of #DABA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABA76

Black with #DABA76

Text Example


Text Example

White with #DABA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABA76; }

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

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

background-color css

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

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

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

border-color css

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

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

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