Html Css Color HEX #DAB55F Equator

📋 copy color: '#DAB55F'

red 218 ◦ green 181 ◦ blue 95

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

Shades of Equator #DAB55F

Tints of Equator #DAB55F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.64%

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

R = 44.13%
G = 36.64%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DAB55F (or 0xDAB55F) is known color: Equator. HEX triplet: DA, B5 and 5F. RGB value is (218,181,95). Sum of RGB (Red+Green+Blue) = 218+181+95=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 181 (71.09% from 255 or 36.64% from 494); Blue value is 95 (37.5% from 255 or 19.23% from 494); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB55F is #254AA0. Grayscale: #B6B6B6. Windows color (decimal): -2443937 or 6272474. OLE color: 6272474.

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

Color convert

RGB 218 181 95 -
CMYK 0 0.17 0.56 0.15
HSL 41.95º 0.62% 0.61% -
HSV(B) 41.95º 0.56% 0.85% -
XYZ 47.5 48.78 17.74 -
YUV 182.26 78.76 153.49 -
System Red Green Blue C M Y K H S L
Decimal 218 181 95 0 0.17 0.56 0.15 41.95 0.62 0.61
Hex DA B5 5F 0 11 38 F 2A 3E 3D
Octal 332 265 137 0 21 70 17 52 76 75
Binary 11011010 10110101 1011111 0 10001 111000 1111 101010 111110 111101

Color Harmonies of #DAB55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB55F

Black with #DAB55F

Text Example


Text Example

White with #DAB55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB55F; }

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

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

background-color css

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

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

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

border-color css

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

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

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