#DAB065

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

Shades of Equator #DAB065

Tints of Equator #DAB065

Color information

#DAB065 (or 0xDAB065) is unknown color: approx Equator. HEX triplet: DA, B0 and 65. RGB value is (218,176,101). Sum of RGB (Red+Green+Blue) = 218+176+101=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 101 (39.84% from 255 or 20.40% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB065 is #254F9A. Grayscale: #B4B4B4. Windows color (decimal): -2445211 or 6664410. OLE color: 6664410.

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

Color convert

RGB218176101-
CMYK00.190.540.15
HSL38.46º61.26%62.55%-
HSV(B)38.46º53.67%85.49%-
XYZ46.7946.918.9-
YUV180.0183.41155.1-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.04%
GREEN value IS 176 (69.14% from 255) = 35.56%
BLUE value IS 101 (39.84% from 255) = 20.40%
R=44.04%
G=35.56%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817610100.190.540.1538.4661.2662.55
HexDAB06501336F263d3f
Octal3322601450236617467577
Binary110110101011000011001010100111101101111100110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB065; }

 p { color: rgb(218,176,101); }

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

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

 a { background-color: rgb(218,176,101); }

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

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

 span { border-color: rgb(218,176,101); }

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