#DAB46D

Color #DAB46D Equator (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Equator #DAB46D

Tints of Equator #DAB46D

Color information

#DAB46D (or 0xDAB46D) is unknown color: approx Equator. HEX triplet: DA, B4 and 6D. RGB value is (218,180,109). Sum of RGB (Red+Green+Blue) = 218+180+109=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 180 (70.70% from 255 or 35.50% from 507); Blue value is 109 (42.97% from 255 or 21.50% from 507); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB46D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB46D is #254B92. Grayscale: #B7B7B7. Windows color (decimal): -2444179 or 7189722. OLE color: 7189722.

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

Color convert

RGB218180109-
CMYK00.170.50.15
HSL39.08º59.56%64.12%-
HSV(B)39.08º50%85.49%-
XYZ4848.6521.33-
YUV183.2786.09152.77-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.00%
GREEN value IS 180 (70.70% from 255) = 35.50%
BLUE value IS 109 (42.97% from 255) = 21.50%
R=43.00%
G=35.50%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.5
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818010900.170.50.1539.0859.5664.12
HexDAB46D01132F273c40
Octal33226415502162174774100
Binary1101101010110100110110101000111001011111001111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB46D; }

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

 H1.HeaderClassName
 {
   color: #DAB46D;
 }
 .AnyTagClassName
 {
   color: #DAB46D;
 }
</style>
background-color css

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

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

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

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

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

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