Html Css Color HEX #DAB05E Equator

📋 copy color: '#DAB05E'

red 218 ◦ green 176 ◦ blue 94

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

Shades of Equator #DAB05E

Tints of Equator #DAB05E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 19.26%

R = 44.67%
G = 36.07%
B = 19.26%

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

#DAB05E (or 0xDAB05E) is known color: Equator. HEX triplet: DA, B0 and 5E. RGB value is (218,176,94). Sum of RGB (Red+Green+Blue) = 218+176+94=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 176 (69.14% from 255 or 36.07% from 488); Blue value is 94 (37.11% from 255 or 19.26% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB05E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB05E is #254FA1. Grayscale: #B3B3B3. Windows color (decimal): -2445218 or 6205658. OLE color: 6205658.

HSL color Cylindrical-coordinate representation of color #DAB05E: hue angle of 39.68º 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 #DAB05E is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 176 94 -
CMYK 0 0.19 0.57 0.15
HSL 39.68º 0.63% 0.61% -
HSV(B) 39.68º 0.57% 0.85% -
XYZ 46.46 46.76 17.17 -
YUV 179.21 79.91 155.67 -
System Red Green Blue C M Y K H S L
Decimal 218 176 94 0 0.19 0.57 0.15 39.68 0.63 0.61
Hex DA B0 5E 0 13 39 F 28 3F 3D
Octal 332 260 136 0 23 71 17 50 77 75
Binary 11011010 10110000 1011110 0 10011 111001 1111 101000 111111 111101

Color Harmonies of #DAB05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB05E

Black with #DAB05E

Text Example


Text Example

White with #DAB05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB05E; }

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

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

background-color css

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

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

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

border-color css

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

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

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