Html Css Color HEX #DAB063 Equator

📋 copy color: '#DAB063'

red 218 ◦ green 176 ◦ blue 99

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

Shades of Equator #DAB063

Tints of Equator #DAB063

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.7%

 BLUE value IS 99 (39.06% from 255) = 20.08%

R = 44.22%
G = 35.7%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DAB063 (or 0xDAB063) is known color: Equator. HEX triplet: DA, B0 and 63. RGB value is (218,176,99). Sum of RGB (Red+Green+Blue) = 218+176+99=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 176 (69.14% from 255 or 35.70% from 493); Blue value is 99 (39.06% from 255 or 20.08% from 493); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB063 is #254F9C. Grayscale: #B4B4B4. Windows color (decimal): -2445213 or 6533338. OLE color: 6533338.

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

Color convert

RGB 218 176 99 -
CMYK 0 0.19 0.55 0.15
HSL 38.82º 0.62% 0.62% -
HSV(B) 38.82º 0.55% 0.85% -
XYZ 46.69 46.86 18.39 -
YUV 179.78 82.41 155.26 -
System Red Green Blue C M Y K H S L
Decimal 218 176 99 0 0.19 0.55 0.15 38.82 0.62 0.62
Hex DA B0 63 0 13 37 F 27 3E 3E
Octal 332 260 143 0 23 67 17 47 76 76
Binary 11011010 10110000 1100011 0 10011 110111 1111 100111 111110 111110

Color Harmonies of #DAB063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB063

Black with #DAB063

Text Example


Text Example

White with #DAB063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB063; }

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

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

background-color css

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

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

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

border-color css

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

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

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