Html Css Color HEX #DAB45C Equator

📋 copy color: '#DAB45C'

red 218 ◦ green 180 ◦ blue 92

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

Shades of Equator #DAB45C

Tints of Equator #DAB45C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.78%

R = 44.49%
G = 36.73%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DAB45C (or 0xDAB45C) is known color: Equator. HEX triplet: DA, B4 and 5C. RGB value is (218,180,92). Sum of RGB (Red+Green+Blue) = 218+180+92=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 92 (36.33% from 255 or 18.78% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB45C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB45C is #254BA3. Grayscale: #B5B5B5. Windows color (decimal): -2444196 or 6075610. OLE color: 6075610.

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

Color convert

RGB 218 180 92 -
CMYK 0 0.17 0.58 0.15
HSL 41.9º 0.63% 0.61% -
HSV(B) 41.9º 0.58% 0.85% -
XYZ 47.17 48.32 16.97 -
YUV 181.33 77.59 154.16 -
System Red Green Blue C M Y K H S L
Decimal 218 180 92 0 0.17 0.58 0.15 41.9 0.63 0.61
Hex DA B4 5C 0 11 3A F 2A 3F 3D
Octal 332 264 134 0 21 72 17 52 77 75
Binary 11011010 10110100 1011100 0 10001 111010 1111 101010 111111 111101

Color Harmonies of #DAB45C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB45C

Black with #DAB45C

Text Example


Text Example

White with #DAB45C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB45C; }

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

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

background-color css

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

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

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

border-color css

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

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

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