Html Css Color HEX #DAB86E Chenin

📋 copy color: '#DAB86E'

red 218 ◦ green 184 ◦ blue 110

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

Shades of Chenin #DAB86E

Tints of Chenin #DAB86E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.94%

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

R = 42.58%
G = 35.94%
B = 21.48%

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

#DAB86E (or 0xDAB86E) is known color: Chenin. HEX triplet: DA, B8 and 6E. RGB value is (218,184,110). Sum of RGB (Red+Green+Blue) = 218+184+110=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 184 (72.27% from 255 or 35.94% from 512); Blue value is 110 (43.36% from 255 or 21.48% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB86E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB86E is #254791. Grayscale: #BABABA. Windows color (decimal): -2443154 or 7256282. OLE color: 7256282.

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

Color convert

RGB 218 184 110 -
CMYK 0 0.16 0.50 0.15
HSL 41.11º 0.59% 0.64% -
HSV(B) 41.11º 0.5% 0.85% -
XYZ 48.87 50.31 21.89 -
YUV 185.73 85.26 151.02 -
System Red Green Blue C M Y K H S L
Decimal 218 184 110 0 0.16 0.50 0.15 41.11 0.59 0.64
Hex DA B8 6E 0 10 32 F 29 3B 40
Octal 332 270 156 0 20 62 17 51 73 100
Binary 11011010 10111000 1101110 0 10000 110010 1111 101001 111011 1000000

Color Harmonies of #DAB86E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB86E

Black with #DAB86E

Text Example


Text Example

White with #DAB86E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB86E; }

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

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

background-color css

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

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

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

border-color css

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

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

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