Html Css Color HEX #DAB75D Equator

📋 copy color: '#DAB75D'

red 218 ◦ green 183 ◦ blue 93

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

Shades of Equator #DAB75D

Tints of Equator #DAB75D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.04%

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

R = 44.13%
G = 37.04%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DAB75D (or 0xDAB75D) is known color: Equator. HEX triplet: DA, B7 and 5D. RGB value is (218,183,93). Sum of RGB (Red+Green+Blue) = 218+183+93=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 183 (71.88% from 255 or 37.04% from 494); Blue value is 93 (36.72% from 255 or 18.83% from 494); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB75D is #2548A2. Grayscale: #B7B7B7. Windows color (decimal): -2443427 or 6141914. OLE color: 6141914.

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

Color convert

RGB 218 183 93 -
CMYK 0 0.16 0.57 0.15
HSL 43.2º 0.63% 0.61% -
HSV(B) 43.2º 0.57% 0.85% -
XYZ 47.82 49.56 17.4 -
YUV 183.21 77.1 152.82 -
System Red Green Blue C M Y K H S L
Decimal 218 183 93 0 0.16 0.57 0.15 43.2 0.63 0.61
Hex DA B7 5D 0 10 39 F 2B 3F 3D
Octal 332 267 135 0 20 71 17 53 77 75
Binary 11011010 10110111 1011101 0 10000 111001 1111 101011 111111 111101

Color Harmonies of #DAB75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB75D

Black with #DAB75D

Text Example


Text Example

White with #DAB75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB75D; }

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

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

background-color css

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

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

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

border-color css

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

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

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