Html Css Color HEX #DAAA68 Equator

📋 copy color: '#DAAA68'

red 218 ◦ green 170 ◦ blue 104

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

Shades of Equator #DAAA68

Tints of Equator #DAAA68

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.55%

 BLUE value IS 104 (41.02% from 255) = 21.14%

R = 44.31%
G = 34.55%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DAAA68 (or 0xDAAA68) is known color: Equator. HEX triplet: DA, AA and 68. RGB value is (218,170,104). Sum of RGB (Red+Green+Blue) = 218+170+104=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 170 (66.80% from 255 or 34.55% from 492); Blue value is 104 (41.02% from 255 or 21.14% from 492); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAA68 is #255597. Grayscale: #B1B1B1. Windows color (decimal): -2446744 or 6859482. OLE color: 6859482.

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

Color convert

RGB 218 170 104 -
CMYK 0 0.22 0.52 0.15
HSL 34.74º 0.61% 0.63% -
HSV(B) 34.74º 0.52% 0.85% -
XYZ 45.79 44.65 19.3 -
YUV 176.83 86.9 157.37 -
System Red Green Blue C M Y K H S L
Decimal 218 170 104 0 0.22 0.52 0.15 34.74 0.61 0.63
Hex DA AA 68 0 16 34 F 23 3D 3F
Octal 332 252 150 0 26 64 17 43 75 77
Binary 11011010 10101010 1101000 0 10110 110100 1111 100011 111101 111111

Color Harmonies of #DAAA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAA68

Black with #DAAA68

Text Example


Text Example

White with #DAAA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAA68; }

 p { color: rgb(218,170,104); }

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

background-color css

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

 a { background-color: rgb(218,170,104); }

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

border-color css

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

 span { border-color: rgb(218,170,104); }

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