Html Css Color HEX #DAB263 Equator

📋 copy color: '#DAB263'

red 218 ◦ green 178 ◦ blue 99

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

Shades of Equator #DAB263

Tints of Equator #DAB263

RGB

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

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

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

R = 44.04%
G = 35.96%
B = 20%

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

#DAB263 (or 0xDAB263) is known color: Equator. HEX triplet: DA, B2 and 63. RGB value is (218,178,99). Sum of RGB (Red+Green+Blue) = 218+178+99=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 178 (69.92% from 255 or 35.96% from 495); Blue value is 99 (39.06% from 255 or 20% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB263 is #254D9C. Grayscale: #B5B5B5. Windows color (decimal): -2444701 or 6533850. OLE color: 6533850.

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

Color convert

RGB 218 178 99 -
CMYK 0 0.18 0.55 0.15
HSL 39.83º 0.62% 0.62% -
HSV(B) 39.83º 0.55% 0.85% -
XYZ 47.09 47.65 18.52 -
YUV 180.95 81.75 154.42 -
System Red Green Blue C M Y K H S L
Decimal 218 178 99 0 0.18 0.55 0.15 39.83 0.62 0.62
Hex DA B2 63 0 12 37 F 28 3E 3E
Octal 332 262 143 0 22 67 17 50 76 76
Binary 11011010 10110010 1100011 0 10010 110111 1111 101000 111110 111110

Color Harmonies of #DAB263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB263

Black with #DAB263

Text Example


Text Example

White with #DAB263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB263; }

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

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

background-color css

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

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

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

border-color css

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

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

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