Html Css Color HEX #DAB96A Equator

📋 copy color: '#DAB96A'

red 218 ◦ green 185 ◦ blue 106

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

Shades of Equator #DAB96A

Tints of Equator #DAB96A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 20.83%

R = 42.83%
G = 36.35%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DAB96A (or 0xDAB96A) is known color: Equator. HEX triplet: DA, B9 and 6A. RGB value is (218,185,106). Sum of RGB (Red+Green+Blue) = 218+185+106=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 185 (72.66% from 255 or 36.35% from 509); Blue value is 106 (41.80% from 255 or 20.83% from 509); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB96A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB96A is #254695. Grayscale: #BABABA. Windows color (decimal): -2442902 or 6994394. OLE color: 6994394.

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

Color convert

RGB 218 185 106 -
CMYK 0 0.15 0.51 0.15
HSL 42.32º 0.6% 0.64% -
HSV(B) 42.32º 0.51% 0.85% -
XYZ 48.86 50.64 20.84 -
YUV 185.86 82.93 150.92 -
System Red Green Blue C M Y K H S L
Decimal 218 185 106 0 0.15 0.51 0.15 42.32 0.6 0.64
Hex DA B9 6A 0 F 33 F 2A 3C 40
Octal 332 271 152 0 17 63 17 52 74 100
Binary 11011010 10111001 1101010 0 1111 110011 1111 101010 111100 1000000

Color Harmonies of #DAB96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB96A

Black with #DAB96A

Text Example


Text Example

White with #DAB96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB96A; }

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

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

background-color css

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

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

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

border-color css

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

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

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