Html Css Color HEX #DAB464 Equator

📋 copy color: '#DAB464'

red 218 ◦ green 180 ◦ blue 100

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

Shades of Equator #DAB464

Tints of Equator #DAB464

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.14%

 BLUE value IS 100 (39.45% from 255) = 20.08%

R = 43.78%
G = 36.14%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DAB464 (or 0xDAB464) is known color: Equator. HEX triplet: DA, B4 and 64. RGB value is (218,180,100). Sum of RGB (Red+Green+Blue) = 218+180+100=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 180 (70.70% from 255 or 36.14% from 498); Blue value is 100 (39.45% from 255 or 20.08% from 498); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB464 is #254B9B. Grayscale: #B6B6B6. Windows color (decimal): -2444188 or 6599898. OLE color: 6599898.

HSL color Cylindrical-coordinate representation of color #DAB464: hue angle of 40.68º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DAB464 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 180 100 -
CMYK 0 0.17 0.54 0.15
HSL 40.68º 0.61% 0.62% -
HSV(B) 40.68º 0.54% 0.85% -
XYZ 47.53 48.47 18.91 -
YUV 182.24 81.59 153.5 -
System Red Green Blue C M Y K H S L
Decimal 218 180 100 0 0.17 0.54 0.15 40.68 0.61 0.62
Hex DA B4 64 0 11 36 F 29 3D 3E
Octal 332 264 144 0 21 66 17 51 75 76
Binary 11011010 10110100 1100100 0 10001 110110 1111 101001 111101 111110

Color Harmonies of #DAB464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB464

Black with #DAB464

Text Example


Text Example

White with #DAB464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB464; }

 p { color: rgb(218,180,100); }

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

background-color css

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

 a { background-color: rgb(218,180,100); }

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

border-color css

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

 span { border-color: rgb(218,180,100); }

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