Html Css Color HEX #DAB461 Equator

📋 copy color: '#DAB461'

red 218 ◦ green 180 ◦ blue 97

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

Shades of Equator #DAB461

Tints of Equator #DAB461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 19.6%

R = 44.04%
G = 36.36%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DAB461 (or 0xDAB461) is known color: Equator. HEX triplet: DA, B4 and 61. RGB value is (218,180,97). Sum of RGB (Red+Green+Blue) = 218+180+97=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 97 (38.28% from 255 or 19.60% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB461 is #254B9E. Grayscale: #B6B6B6. Windows color (decimal): -2444191 or 6403290. OLE color: 6403290.

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

Color convert

RGB 218 180 97 -
CMYK 0 0.17 0.56 0.15
HSL 41.16º 0.62% 0.62% -
HSV(B) 41.16º 0.56% 0.85% -
XYZ 47.39 48.41 18.16 -
YUV 181.9 80.09 153.75 -
System Red Green Blue C M Y K H S L
Decimal 218 180 97 0 0.17 0.56 0.15 41.16 0.62 0.62
Hex DA B4 61 0 11 38 F 29 3E 3E
Octal 332 264 141 0 21 70 17 51 76 76
Binary 11011010 10110100 1100001 0 10001 111000 1111 101001 111110 111110

Color Harmonies of #DAB461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB461

Black with #DAB461

Text Example


Text Example

White with #DAB461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB461; }

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

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

background-color css

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

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

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

border-color css

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

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

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