Html Css Color HEX #DAB65F Equator

📋 copy color: '#DAB65F'

red 218 ◦ green 182 ◦ blue 95

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

Shades of Equator #DAB65F

Tints of Equator #DAB65F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.77%

 BLUE value IS 95 (37.5% from 255) = 19.19%

R = 44.04%
G = 36.77%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DAB65F (or 0xDAB65F) is known color: Equator. HEX triplet: DA, B6 and 5F. RGB value is (218,182,95). Sum of RGB (Red+Green+Blue) = 218+182+95=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 182 (71.48% from 255 or 36.77% from 495); Blue value is 95 (37.5% from 255 or 19.19% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB65F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB65F is #2549A0. Grayscale: #B7B7B7. Windows color (decimal): -2443681 or 6272730. OLE color: 6272730.

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

Color convert

RGB 218 182 95 -
CMYK 0 0.17 0.56 0.15
HSL 42.44º 0.62% 0.61% -
HSV(B) 42.44º 0.56% 0.85% -
XYZ 47.71 49.19 17.81 -
YUV 182.85 78.43 153.07 -
System Red Green Blue C M Y K H S L
Decimal 218 182 95 0 0.17 0.56 0.15 42.44 0.62 0.61
Hex DA B6 5F 0 11 38 F 2A 3E 3D
Octal 332 266 137 0 21 70 17 52 76 75
Binary 11011010 10110110 1011111 0 10001 111000 1111 101010 111110 111101

Color Harmonies of #DAB65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB65F

Black with #DAB65F

Text Example


Text Example

White with #DAB65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB65F; }

 p { color: rgb(218,182,95); }

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

background-color css

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

 a { background-color: rgb(218,182,95); }

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

border-color css

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

 span { border-color: rgb(218,182,95); }

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