Html Css Color HEX #DAB85D Equator

📋 copy color: '#DAB85D'

red 218 ◦ green 184 ◦ blue 93

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

Shades of Equator #DAB85D

Tints of Equator #DAB85D

RGB

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

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

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

R = 44.04%
G = 37.17%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DAB85D (or 0xDAB85D) is known color: Equator. HEX triplet: DA, B8 and 5D. RGB value is (218,184,93). Sum of RGB (Red+Green+Blue) = 218+184+93=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 184 (72.27% from 255 or 37.17% from 495); Blue value is 93 (36.72% from 255 or 18.79% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB85D is #2547A2. Grayscale: #B8B8B8. Windows color (decimal): -2443171 or 6142170. OLE color: 6142170.

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

Color convert

RGB 218 184 93 -
CMYK 0 0.16 0.57 0.15
HSL 43.68º 0.63% 0.61% -
HSV(B) 43.68º 0.57% 0.85% -
XYZ 48.03 49.98 17.47 -
YUV 183.79 76.76 152.4 -
System Red Green Blue C M Y K H S L
Decimal 218 184 93 0 0.16 0.57 0.15 43.68 0.63 0.61
Hex DA B8 5D 0 10 39 F 2C 3F 3D
Octal 332 270 135 0 20 71 17 54 77 75
Binary 11011010 10111000 1011101 0 10000 111001 1111 101100 111111 111101

Color Harmonies of #DAB85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB85D

Black with #DAB85D

Text Example


Text Example

White with #DAB85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB85D; }

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

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

background-color css

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

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

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

border-color css

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

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

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