Html Css Color HEX #DAB662 Equator

📋 copy color: '#DAB662'

red 218 ◦ green 182 ◦ blue 98

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

Shades of Equator #DAB662

Tints of Equator #DAB662

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.55%

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

R = 43.78%
G = 36.55%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DAB662 (or 0xDAB662) is known color: Equator. HEX triplet: DA, B6 and 62. RGB value is (218,182,98). Sum of RGB (Red+Green+Blue) = 218+182+98=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 182 (71.48% from 255 or 36.55% from 498); Blue value is 98 (38.67% from 255 or 19.68% from 498); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB662 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB662 is #25499D. Grayscale: #B7B7B7. Windows color (decimal): -2443678 or 6469338. OLE color: 6469338.

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

Color convert

RGB 218 182 98 -
CMYK 0 0.17 0.55 0.15
HSL 42º 0.62% 0.62% -
HSV(B) 42º 0.55% 0.85% -
XYZ 47.85 49.24 18.54 -
YUV 183.19 79.93 152.83 -
System Red Green Blue C M Y K H S L
Decimal 218 182 98 0 0.17 0.55 0.15 42 0.62 0.62
Hex DA B6 62 0 11 37 F 2A 3E 3E
Octal 332 266 142 0 21 67 17 52 76 76
Binary 11011010 10110110 1100010 0 10001 110111 1111 101010 111110 111110

Color Harmonies of #DAB662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB662

Black with #DAB662

Text Example


Text Example

White with #DAB662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB662; }

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

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

background-color css

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

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

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

border-color css

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

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

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