Html Css Color HEX #DAA968 Equator

📋 copy color: '#DAA968'

red 218 ◦ green 169 ◦ blue 104

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

Shades of Equator #DAA968

Tints of Equator #DAA968

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.42%

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

R = 44.4%
G = 34.42%
B = 21.18%

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

#DAA968 (or 0xDAA968) is known color: Equator. HEX triplet: DA, A9 and 68. RGB value is (218,169,104). Sum of RGB (Red+Green+Blue) = 218+169+104=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 169 (66.41% from 255 or 34.42% from 491); Blue value is 104 (41.02% from 255 or 21.18% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA968 is #255697. Grayscale: #B0B0B0. Windows color (decimal): -2447000 or 6859226. OLE color: 6859226.

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

Color convert

RGB 218 169 104 -
CMYK 0 0.22 0.52 0.15
HSL 34.21º 0.61% 0.63% -
HSV(B) 34.21º 0.52% 0.85% -
XYZ 45.6 44.28 19.24 -
YUV 176.24 87.23 157.79 -
System Red Green Blue C M Y K H S L
Decimal 218 169 104 0 0.22 0.52 0.15 34.21 0.61 0.63
Hex DA A9 68 0 16 34 F 22 3D 3F
Octal 332 251 150 0 26 64 17 42 75 77
Binary 11011010 10101001 1101000 0 10110 110100 1111 100010 111101 111111

Color Harmonies of #DAA968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA968

Black with #DAA968

Text Example


Text Example

White with #DAA968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA968; }

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

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

background-color css

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

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

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

border-color css

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

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

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