Html Css Color HEX #DAB05B Equator

📋 copy color: '#DAB05B'

red 218 ◦ green 176 ◦ blue 91

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

Shades of Equator #DAB05B

Tints of Equator #DAB05B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 18.76%

R = 44.95%
G = 36.29%
B = 18.76%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DAB05B (or 0xDAB05B) is known color: Equator. HEX triplet: DA, B0 and 5B. RGB value is (218,176,91). Sum of RGB (Red+Green+Blue) = 218+176+91=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 176 (69.14% from 255 or 36.29% from 485); Blue value is 91 (35.94% from 255 or 18.76% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB05B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB05B is #254FA4. Grayscale: #B3B3B3. Windows color (decimal): -2445221 or 6009050. OLE color: 6009050.

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

Color convert

RGB 218 176 91 -
CMYK 0 0.19 0.58 0.15
HSL 40.16º 0.63% 0.61% -
HSV(B) 40.16º 0.58% 0.85% -
XYZ 46.33 46.71 16.47 -
YUV 178.87 78.41 155.91 -
System Red Green Blue C M Y K H S L
Decimal 218 176 91 0 0.19 0.58 0.15 40.16 0.63 0.61
Hex DA B0 5B 0 13 3A F 28 3F 3D
Octal 332 260 133 0 23 72 17 50 77 75
Binary 11011010 10110000 1011011 0 10011 111010 1111 101000 111111 111101

Color Harmonies of #DAB05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB05B

Black with #DAB05B

Text Example


Text Example

White with #DAB05B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB05B; }

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

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

background-color css

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

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

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

border-color css

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

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

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