Html Css Color HEX #DAB15D Equator

📋 copy color: '#DAB15D'

red 218 ◦ green 177 ◦ blue 93

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

Shades of Equator #DAB15D

Tints of Equator #DAB15D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.27%

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

R = 44.67%
G = 36.27%
B = 19.06%

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

#DAB15D (or 0xDAB15D) is known color: Equator. HEX triplet: DA, B1 and 5D. RGB value is (218,177,93). Sum of RGB (Red+Green+Blue) = 218+177+93=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 177 (69.53% from 255 or 36.27% from 488); Blue value is 93 (36.72% from 255 or 19.06% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB15D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB15D is #254EA2. Grayscale: #B4B4B4. Windows color (decimal): -2444963 or 6140378. OLE color: 6140378.

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

Color convert

RGB 218 177 93 -
CMYK 0 0.19 0.57 0.15
HSL 40.32º 0.63% 0.61% -
HSV(B) 40.32º 0.57% 0.85% -
XYZ 46.61 47.14 17 -
YUV 179.68 79.08 155.33 -
System Red Green Blue C M Y K H S L
Decimal 218 177 93 0 0.19 0.57 0.15 40.32 0.63 0.61
Hex DA B1 5D 0 13 39 F 28 3F 3D
Octal 332 261 135 0 23 71 17 50 77 75
Binary 11011010 10110001 1011101 0 10011 111001 1111 101000 111111 111101

Color Harmonies of #DAB15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB15D

Black with #DAB15D

Text Example


Text Example

White with #DAB15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB15D; }

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

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

background-color css

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

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

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

border-color css

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

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

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