Html Css Color HEX #DAB96D Chenin

📋 copy color: '#DAB96D'

red 218 ◦ green 185 ◦ blue 109

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

Shades of Chenin #DAB96D

Tints of Chenin #DAB96D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.13%

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

R = 42.58%
G = 36.13%
B = 21.29%

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

#DAB96D (or 0xDAB96D) is known color: Chenin. HEX triplet: DA, B9 and 6D. RGB value is (218,185,109). Sum of RGB (Red+Green+Blue) = 218+185+109=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 185 (72.66% from 255 or 36.13% from 512); Blue value is 109 (42.97% from 255 or 21.29% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB96D is #254692. Grayscale: #BABABA. Windows color (decimal): -2442899 or 7191002. OLE color: 7191002.

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

Color convert

RGB 218 185 109 -
CMYK 0 0.15 0.5 0.15
HSL 41.83º 0.6% 0.64% -
HSV(B) 41.83º 0.5% 0.85% -
XYZ 49.02 50.71 21.67 -
YUV 186.2 84.43 150.68 -
System Red Green Blue C M Y K H S L
Decimal 218 185 109 0 0.15 0.5 0.15 41.83 0.6 0.64
Hex DA B9 6D 0 F 32 F 2A 3C 40
Octal 332 271 155 0 17 62 17 52 74 100
Binary 11011010 10111001 1101101 0 1111 110010 1111 101010 111100 1000000

Color Harmonies of #DAB96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB96D

Black with #DAB96D

Text Example


Text Example

White with #DAB96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB96D; }

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

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

background-color css

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

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

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

border-color css

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

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

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