Html Css Color HEX #DAB35D Equator

📋 copy color: '#DAB35D'

red 218 ◦ green 179 ◦ blue 93

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

Shades of Equator #DAB35D

Tints of Equator #DAB35D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.53%

 BLUE value IS 93 (36.72% from 255) = 18.98%

R = 44.49%
G = 36.53%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DAB35D (or 0xDAB35D) is known color: Equator. HEX triplet: DA, B3 and 5D. RGB value is (218,179,93). Sum of RGB (Red+Green+Blue) = 218+179+93=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 179 (70.31% from 255 or 36.53% from 490); Blue value is 93 (36.72% from 255 or 18.98% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB35D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB35D is #254CA2. Grayscale: #B5B5B5. Windows color (decimal): -2444451 or 6140890. OLE color: 6140890.

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

Color convert

RGB 218 179 93 -
CMYK 0 0.18 0.57 0.15
HSL 41.28º 0.63% 0.61% -
HSV(B) 41.28º 0.57% 0.85% -
XYZ 47.01 47.94 17.13 -
YUV 180.86 78.42 154.49 -
System Red Green Blue C M Y K H S L
Decimal 218 179 93 0 0.18 0.57 0.15 41.28 0.63 0.61
Hex DA B3 5D 0 12 39 F 29 3F 3D
Octal 332 263 135 0 22 71 17 51 77 75
Binary 11011010 10110011 1011101 0 10010 111001 1111 101001 111111 111101

Color Harmonies of #DAB35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB35D

Black with #DAB35D

Text Example


Text Example

White with #DAB35D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB35D; }

 p { color: rgb(218,179,93); }

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

background-color css

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

 a { background-color: rgb(218,179,93); }

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

border-color css

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

 span { border-color: rgb(218,179,93); }

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