Html Css Color HEX #DAAB6A Equator

📋 copy color: '#DAAB6A'

red 218 ◦ green 171 ◦ blue 106

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

Shades of Equator #DAAB6A

Tints of Equator #DAAB6A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.55%

 BLUE value IS 106 (41.8% from 255) = 21.41%

R = 44.04%
G = 34.55%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DAAB6A (or 0xDAAB6A) is known color: Equator. HEX triplet: DA, AB and 6A. RGB value is (218,171,106). Sum of RGB (Red+Green+Blue) = 218+171+106=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 106 (41.80% from 255 or 21.41% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAB6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAB6A is #255495. Grayscale: #B1B1B1. Windows color (decimal): -2446486 or 6990810. OLE color: 6990810.

HSL color Cylindrical-coordinate representation of color #DAAB6A: hue angle of 34.82º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DAAB6A is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 171 106 -
CMYK 0 0.22 0.51 0.15
HSL 34.82º 0.6% 0.64% -
HSV(B) 34.82º 0.51% 0.85% -
XYZ 46.08 45.07 19.91 -
YUV 177.64 87.57 156.79 -
System Red Green Blue C M Y K H S L
Decimal 218 171 106 0 0.22 0.51 0.15 34.82 0.6 0.64
Hex DA AB 6A 0 16 33 F 23 3C 40
Octal 332 253 152 0 26 63 17 43 74 100
Binary 11011010 10101011 1101010 0 10110 110011 1111 100011 111100 1000000

Color Harmonies of #DAAB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAB6A

Black with #DAAB6A

Text Example


Text Example

White with #DAAB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAB6A; }

 p { color: rgb(218,171,106); }

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

background-color css

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

 a { background-color: rgb(218,171,106); }

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

border-color css

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

 span { border-color: rgb(218,171,106); }

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