Html Css Color HEX #DAB75B Equator

📋 copy color: '#DAB75B'

red 218 ◦ green 183 ◦ blue 91

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

Shades of Equator #DAB75B

Tints of Equator #DAB75B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 18.5%

R = 44.31%
G = 37.2%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DAB75B (or 0xDAB75B) is known color: Equator. HEX triplet: DA, B7 and 5B. RGB value is (218,183,91). Sum of RGB (Red+Green+Blue) = 218+183+91=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 183 (71.88% from 255 or 37.20% from 492); Blue value is 91 (35.94% from 255 or 18.50% from 492); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB75B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB75B is #2548A4. Grayscale: #B7B7B7. Windows color (decimal): -2443429 or 6010842. OLE color: 6010842.

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

Color convert

RGB 218 183 91 -
CMYK 0 0.16 0.58 0.15
HSL 43.46º 0.63% 0.61% -
HSV(B) 43.46º 0.58% 0.85% -
XYZ 47.74 49.53 16.94 -
YUV 182.98 76.1 152.98 -
System Red Green Blue C M Y K H S L
Decimal 218 183 91 0 0.16 0.58 0.15 43.46 0.63 0.61
Hex DA B7 5B 0 10 3A F 2B 3F 3D
Octal 332 267 133 0 20 72 17 53 77 75
Binary 11011010 10110111 1011011 0 10000 111010 1111 101011 111111 111101

Color Harmonies of #DAB75B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB75B

Black with #DAB75B

Text Example


Text Example

White with #DAB75B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB75B; }

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

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

background-color css

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

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

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

border-color css

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

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

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