Html Css Color HEX #DAB665 Equator

📋 copy color: '#DAB665'

red 218 ◦ green 182 ◦ blue 101

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

Shades of Equator #DAB665

Tints of Equator #DAB665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.16%

R = 43.51%
G = 36.33%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DAB665 (or 0xDAB665) is known color: Equator. HEX triplet: DA, B6 and 65. RGB value is (218,182,101). Sum of RGB (Red+Green+Blue) = 218+182+101=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 182 (71.48% from 255 or 36.33% from 501); Blue value is 101 (39.84% from 255 or 20.16% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB665 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB665 is #25499A. Grayscale: #B7B7B7. Windows color (decimal): -2443675 or 6665946. OLE color: 6665946.

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

Color convert

RGB 218 182 101 -
CMYK 0 0.17 0.54 0.15
HSL 41.54º 0.61% 0.63% -
HSV(B) 41.54º 0.54% 0.85% -
XYZ 47.99 49.3 19.3 -
YUV 183.53 81.43 152.59 -
System Red Green Blue C M Y K H S L
Decimal 218 182 101 0 0.17 0.54 0.15 41.54 0.61 0.63
Hex DA B6 65 0 11 36 F 2A 3D 3F
Octal 332 266 145 0 21 66 17 52 75 77
Binary 11011010 10110110 1100101 0 10001 110110 1111 101010 111101 111111

Color Harmonies of #DAB665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB665

Black with #DAB665

Text Example


Text Example

White with #DAB665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB665; }

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

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

background-color css

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

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

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

border-color css

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

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

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