Html Css Color HEX #DAB15F Equator

📋 copy color: '#DAB15F'

red 218 ◦ green 177 ◦ blue 95

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

Shades of Equator #DAB15F

Tints of Equator #DAB15F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.39%

R = 44.49%
G = 36.12%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DAB15F (or 0xDAB15F) is known color: Equator. HEX triplet: DA, B1 and 5F. RGB value is (218,177,95). Sum of RGB (Red+Green+Blue) = 218+177+95=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 177 (69.53% from 255 or 36.12% from 490); Blue value is 95 (37.5% from 255 or 19.39% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB15F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB15F is #254EA0. Grayscale: #B4B4B4. Windows color (decimal): -2444961 or 6271450. OLE color: 6271450.

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

Color convert

RGB 218 177 95 -
CMYK 0 0.19 0.56 0.15
HSL 40º 0.62% 0.61% -
HSV(B) 40º 0.56% 0.85% -
XYZ 46.7 47.18 17.47 -
YUV 179.91 80.08 155.17 -
System Red Green Blue C M Y K H S L
Decimal 218 177 95 0 0.19 0.56 0.15 40 0.62 0.61
Hex DA B1 5F 0 13 38 F 28 3E 3D
Octal 332 261 137 0 23 70 17 50 76 75
Binary 11011010 10110001 1011111 0 10011 111000 1111 101000 111110 111101

Color Harmonies of #DAB15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB15F

Black with #DAB15F

Text Example


Text Example

White with #DAB15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB15F; }

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

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

background-color css

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

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

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

border-color css

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

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

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