Html Css Color HEX #DAB862 Equator

📋 copy color: '#DAB862'

red 218 ◦ green 184 ◦ blue 98

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

Shades of Equator #DAB862

Tints of Equator #DAB862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 19.6%

R = 43.6%
G = 36.8%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DAB862 (or 0xDAB862) is known color: Equator. HEX triplet: DA, B8 and 62. RGB value is (218,184,98). Sum of RGB (Red+Green+Blue) = 218+184+98=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 184 (72.27% from 255 or 36.8% from 500); Blue value is 98 (38.67% from 255 or 19.6% from 500); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB862 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB862 is #25479D. Grayscale: #B8B8B8. Windows color (decimal): -2443166 or 6469850. OLE color: 6469850.

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

Color convert

RGB 218 184 98 -
CMYK 0 0.16 0.55 0.15
HSL 43º 0.62% 0.62% -
HSV(B) 43º 0.55% 0.85% -
XYZ 48.26 50.07 18.68 -
YUV 184.36 79.26 151.99 -
System Red Green Blue C M Y K H S L
Decimal 218 184 98 0 0.16 0.55 0.15 43 0.62 0.62
Hex DA B8 62 0 10 37 F 2B 3E 3E
Octal 332 270 142 0 20 67 17 53 76 76
Binary 11011010 10111000 1100010 0 10000 110111 1111 101011 111110 111110

Color Harmonies of #DAB862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB862

Black with #DAB862

Text Example


Text Example

White with #DAB862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB862; }

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

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

background-color css

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

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

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

border-color css

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

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

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