Html Css Color HEX #DAB46A Equator

📋 copy color: '#DAB46A'

red 218 ◦ green 180 ◦ blue 106

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

Shades of Equator #DAB46A

Tints of Equator #DAB46A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.71%

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

R = 43.25%
G = 35.71%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DAB46A (or 0xDAB46A) is known color: Equator. HEX triplet: DA, B4 and 6A. RGB value is (218,180,106). Sum of RGB (Red+Green+Blue) = 218+180+106=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 180 (70.70% from 255 or 35.71% from 504); Blue value is 106 (41.80% from 255 or 21.03% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB46A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB46A is #254B95. Grayscale: #B7B7B7. Windows color (decimal): -2444182 or 6993114. OLE color: 6993114.

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

Color convert

RGB 218 180 106 -
CMYK 0 0.17 0.51 0.15
HSL 39.64º 0.6% 0.64% -
HSV(B) 39.64º 0.51% 0.85% -
XYZ 47.84 48.59 20.49 -
YUV 182.93 84.59 153.02 -
System Red Green Blue C M Y K H S L
Decimal 218 180 106 0 0.17 0.51 0.15 39.64 0.6 0.64
Hex DA B4 6A 0 11 33 F 28 3C 40
Octal 332 264 152 0 21 63 17 50 74 100
Binary 11011010 10110100 1101010 0 10001 110011 1111 101000 111100 1000000

Color Harmonies of #DAB46A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB46A

Black with #DAB46A

Text Example


Text Example

White with #DAB46A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB46A; }

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

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

background-color css

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

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

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

border-color css

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

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

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