Html Css Color HEX #DAB663 Equator

📋 copy color: '#DAB663'

red 218 ◦ green 182 ◦ blue 99

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

Shades of Equator #DAB663

Tints of Equator #DAB663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.84%

R = 43.69%
G = 36.47%
B = 19.84%

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

#DAB663 (or 0xDAB663) is known color: Equator. HEX triplet: DA, B6 and 63. RGB value is (218,182,99). Sum of RGB (Red+Green+Blue) = 218+182+99=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 182 (71.48% from 255 or 36.47% from 499); Blue value is 99 (39.06% from 255 or 19.84% from 499); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB663 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB663 is #25499C. Grayscale: #B7B7B7. Windows color (decimal): -2443677 or 6534874. OLE color: 6534874.

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

Color convert

RGB 218 182 99 -
CMYK 0 0.17 0.55 0.15
HSL 41.85º 0.62% 0.62% -
HSV(B) 41.85º 0.55% 0.85% -
XYZ 47.89 49.26 18.79 -
YUV 183.3 80.43 152.75 -
System Red Green Blue C M Y K H S L
Decimal 218 182 99 0 0.17 0.55 0.15 41.85 0.62 0.62
Hex DA B6 63 0 11 37 F 2A 3E 3E
Octal 332 266 143 0 21 67 17 52 76 76
Binary 11011010 10110110 1100011 0 10001 110111 1111 101010 111110 111110

Color Harmonies of #DAB663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB663

Black with #DAB663

Text Example


Text Example

White with #DAB663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB663; }

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

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

background-color css

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

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

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

border-color css

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

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

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