Html Css Color HEX #DAB05D Equator

📋 copy color: '#DAB05D'

red 218 ◦ green 176 ◦ blue 93

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

Shades of Equator #DAB05D

Tints of Equator #DAB05D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.1%

R = 44.76%
G = 36.14%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DAB05D (or 0xDAB05D) is known color: Equator. HEX triplet: DA, B0 and 5D. RGB value is (218,176,93). Sum of RGB (Red+Green+Blue) = 218+176+93=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 176 (69.14% from 255 or 36.14% from 487); Blue value is 93 (36.72% from 255 or 19.10% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB05D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB05D is #254FA2. Grayscale: #B3B3B3. Windows color (decimal): -2445219 or 6140122. OLE color: 6140122.

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

Color convert

RGB 218 176 93 -
CMYK 0 0.19 0.57 0.15
HSL 39.84º 0.63% 0.61% -
HSV(B) 39.84º 0.57% 0.85% -
XYZ 46.41 46.75 16.93 -
YUV 179.1 79.41 155.75 -
System Red Green Blue C M Y K H S L
Decimal 218 176 93 0 0.19 0.57 0.15 39.84 0.63 0.61
Hex DA B0 5D 0 13 39 F 28 3F 3D
Octal 332 260 135 0 23 71 17 50 77 75
Binary 11011010 10110000 1011101 0 10011 111001 1111 101000 111111 111101

Color Harmonies of #DAB05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB05D

Black with #DAB05D

Text Example


Text Example

White with #DAB05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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