#DAB767

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

Shades of Equator #DAB767

Tints of Equator #DAB767

Color information

#DAB767 (or 0xDAB767) is unknown color: approx Equator. HEX triplet: DA, B7 and 67. RGB value is (218,183,103). Sum of RGB (Red+Green+Blue) = 218+183+103=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 183 (71.88% from 255 or 36.31% from 504); Blue value is 103 (40.62% from 255 or 20.44% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB767 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB767 is #254898. Grayscale: #B8B8B8. Windows color (decimal): -2443417 or 6797274. OLE color: 6797274.

HSL color Cylindrical-coordinate representation of color #DAB767: hue angle of 41.74º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DAB767 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB218183103-
CMYK00.160.530.15
HSL41.74º60.85%62.94%-
HSV(B)41.74º52.75%85.49%-
XYZ48.349.7519.89-
YUV184.3482.1152-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.25%
GREEN value IS 183 (71.88% from 255) = 36.31%
BLUE value IS 103 (40.62% from 255) = 20.44%
R=43.25%
G=36.31%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818310300.160.530.1541.7460.8562.94
HexDAB76701035F2a3d3f
Octal3322671470206517527577
Binary110110101011011111001110100001101011111101010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB767; }

 p { color: rgb(218,183,103); }

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

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

 a { background-color: rgb(218,183,103); }

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

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

 span { border-color: rgb(218,183,103); }

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