Html Css Color HEX #DAB65B Equator

📋 copy color: '#DAB65B'

red 218 ◦ green 182 ◦ blue 91

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

Shades of Equator #DAB65B

Tints of Equator #DAB65B

RGB

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

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

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

R = 44.4%
G = 37.07%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DAB65B (or 0xDAB65B) is known color: Equator. HEX triplet: DA, B6 and 5B. RGB value is (218,182,91). Sum of RGB (Red+Green+Blue) = 218+182+91=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 182 (71.48% from 255 or 37.07% from 491); Blue value is 91 (35.94% from 255 or 18.53% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB65B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB65B is #2549A4. Grayscale: #B6B6B6. Windows color (decimal): -2443685 or 6010586. OLE color: 6010586.

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

Color convert

RGB 218 182 91 -
CMYK 0 0.17 0.58 0.15
HSL 42.99º 0.63% 0.61% -
HSV(B) 42.99º 0.58% 0.85% -
XYZ 47.53 49.12 16.87 -
YUV 182.39 76.43 153.4 -
System Red Green Blue C M Y K H S L
Decimal 218 182 91 0 0.17 0.58 0.15 42.99 0.63 0.61
Hex DA B6 5B 0 11 3A F 2B 3F 3D
Octal 332 266 133 0 21 72 17 53 77 75
Binary 11011010 10110110 1011011 0 10001 111010 1111 101011 111111 111101

Color Harmonies of #DAB65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB65B

Black with #DAB65B

Text Example


Text Example

White with #DAB65B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB65B; }

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

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

background-color css

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

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

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

border-color css

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

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

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