Html Css Color HEX #DAB762 Equator

📋 copy color: '#DAB762'

red 218 ◦ green 183 ◦ blue 98

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

Shades of Equator #DAB762

Tints of Equator #DAB762

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.67%

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

R = 43.69%
G = 36.67%
B = 19.64%

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

#DAB762 (or 0xDAB762) is known color: Equator. HEX triplet: DA, B7 and 62. RGB value is (218,183,98). Sum of RGB (Red+Green+Blue) = 218+183+98=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 183 (71.88% from 255 or 36.67% from 499); Blue value is 98 (38.67% from 255 or 19.64% from 499); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB762 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB762 is #25489D. Grayscale: #B8B8B8. Windows color (decimal): -2443422 or 6469594. OLE color: 6469594.

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

Color convert

RGB 218 183 98 -
CMYK 0 0.16 0.55 0.15
HSL 42.5º 0.62% 0.62% -
HSV(B) 42.5º 0.55% 0.85% -
XYZ 48.05 49.65 18.61 -
YUV 183.78 79.6 152.41 -
System Red Green Blue C M Y K H S L
Decimal 218 183 98 0 0.16 0.55 0.15 42.5 0.62 0.62
Hex DA B7 62 0 10 37 F 2A 3E 3E
Octal 332 267 142 0 20 67 17 52 76 76
Binary 11011010 10110111 1100010 0 10000 110111 1111 101010 111110 111110

Color Harmonies of #DAB762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB762

Black with #DAB762

Text Example


Text Example

White with #DAB762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB762; }

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

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

background-color css

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

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

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

border-color css

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

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

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