Html Css Color HEX #DAB262 Equator

📋 copy color: '#DAB262'

red 218 ◦ green 178 ◦ blue 98

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

Shades of Equator #DAB262

Tints of Equator #DAB262

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.03%

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

R = 44.13%
G = 36.03%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DAB262 (or 0xDAB262) is known color: Equator. HEX triplet: DA, B2 and 62. RGB value is (218,178,98). Sum of RGB (Red+Green+Blue) = 218+178+98=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 178 (69.92% from 255 or 36.03% from 494); Blue value is 98 (38.67% from 255 or 19.84% from 494); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB262 is #254D9D. Grayscale: #B5B5B5. Windows color (decimal): -2444702 or 6468314. OLE color: 6468314.

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

Color convert

RGB 218 178 98 -
CMYK 0 0.18 0.55 0.15
HSL 40º 0.62% 0.62% -
HSV(B) 40º 0.55% 0.85% -
XYZ 47.04 47.63 18.27 -
YUV 180.84 81.25 154.5 -
System Red Green Blue C M Y K H S L
Decimal 218 178 98 0 0.18 0.55 0.15 40 0.62 0.62
Hex DA B2 62 0 12 37 F 28 3E 3E
Octal 332 262 142 0 22 67 17 50 76 76
Binary 11011010 10110010 1100010 0 10010 110111 1111 101000 111110 111110

Color Harmonies of #DAB262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB262

Black with #DAB262

Text Example


Text Example

White with #DAB262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB262; }

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

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

background-color css

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

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

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

border-color css

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

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

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