Html Css Color HEX #DAB85F Equator

📋 copy color: '#DAB85F'

red 218 ◦ green 184 ◦ blue 95

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

Shades of Equator #DAB85F

Tints of Equator #DAB85F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.02%

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

R = 43.86%
G = 37.02%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DAB85F (or 0xDAB85F) is known color: Equator. HEX triplet: DA, B8 and 5F. RGB value is (218,184,95). Sum of RGB (Red+Green+Blue) = 218+184+95=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 184 (72.27% from 255 or 37.02% from 497); Blue value is 95 (37.5% from 255 or 19.11% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB85F is #2547A0. Grayscale: #B8B8B8. Windows color (decimal): -2443169 or 6273242. OLE color: 6273242.

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

Color convert

RGB 218 184 95 -
CMYK 0 0.16 0.56 0.15
HSL 43.41º 0.62% 0.61% -
HSV(B) 43.41º 0.56% 0.85% -
XYZ 48.12 50.01 17.94 -
YUV 184.02 77.76 152.24 -
System Red Green Blue C M Y K H S L
Decimal 218 184 95 0 0.16 0.56 0.15 43.41 0.62 0.61
Hex DA B8 5F 0 10 38 F 2B 3E 3D
Octal 332 270 137 0 20 70 17 53 76 75
Binary 11011010 10111000 1011111 0 10000 111000 1111 101011 111110 111101

Color Harmonies of #DAB85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB85F

Black with #DAB85F

Text Example


Text Example

White with #DAB85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB85F; }

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

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

background-color css

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

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

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

border-color css

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

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

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