Html Css Color HEX #DAB75E Equator

📋 copy color: '#DAB75E'

red 218 ◦ green 183 ◦ blue 94

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

Shades of Equator #DAB75E

Tints of Equator #DAB75E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.99%

R = 44.04%
G = 36.97%
B = 18.99%

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

#DAB75E (or 0xDAB75E) is known color: Equator. HEX triplet: DA, B7 and 5E. RGB value is (218,183,94). Sum of RGB (Red+Green+Blue) = 218+183+94=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 183 (71.88% from 255 or 36.97% from 495); Blue value is 94 (37.11% from 255 or 18.99% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB75E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB75E is #2548A1. Grayscale: #B7B7B7. Windows color (decimal): -2443426 or 6207450. OLE color: 6207450.

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

Color convert

RGB 218 183 94 -
CMYK 0 0.16 0.57 0.15
HSL 43.06º 0.63% 0.61% -
HSV(B) 43.06º 0.57% 0.85% -
XYZ 47.87 49.58 17.64 -
YUV 183.32 77.6 152.74 -
System Red Green Blue C M Y K H S L
Decimal 218 183 94 0 0.16 0.57 0.15 43.06 0.63 0.61
Hex DA B7 5E 0 10 39 F 2B 3F 3D
Octal 332 267 136 0 20 71 17 53 77 75
Binary 11011010 10110111 1011110 0 10000 111001 1111 101011 111111 111101

Color Harmonies of #DAB75E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB75E

Black with #DAB75E

Text Example


Text Example

White with #DAB75E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB75E; }

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

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

background-color css

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

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

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

border-color css

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

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

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