Html Css Color HEX #DAA76B Equator

📋 copy color: '#DAA76B'

red 218 ◦ green 167 ◦ blue 107

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

Shades of Equator #DAA76B

Tints of Equator #DAA76B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.94%

 BLUE value IS 107 (42.19% from 255) = 21.75%

R = 44.31%
G = 33.94%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DAA76B (or 0xDAA76B) is known color: Equator. HEX triplet: DA, A7 and 6B. RGB value is (218,167,107). Sum of RGB (Red+Green+Blue) = 218+167+107=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 167 (65.62% from 255 or 33.94% from 492); Blue value is 107 (42.19% from 255 or 21.75% from 492); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA76B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA76B is #255894. Grayscale: #AFAFAF. Windows color (decimal): -2447509 or 7055322. OLE color: 7055322.

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

Color convert

RGB 218 167 107 -
CMYK 0 0.23 0.51 0.15
HSL 32.43º 0.6% 0.64% -
HSV(B) 32.43º 0.51% 0.85% -
XYZ 45.39 43.6 19.93 -
YUV 175.41 89.4 158.38 -
System Red Green Blue C M Y K H S L
Decimal 218 167 107 0 0.23 0.51 0.15 32.43 0.6 0.64
Hex DA A7 6B 0 17 33 F 20 3C 40
Octal 332 247 153 0 27 63 17 40 74 100
Binary 11011010 10100111 1101011 0 10111 110011 1111 100000 111100 1000000

Color Harmonies of #DAA76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA76B

Black with #DAA76B

Text Example


Text Example

White with #DAA76B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA76B; }

 p { color: rgb(218,167,107); }

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

background-color css

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

 a { background-color: rgb(218,167,107); }

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

border-color css

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

 span { border-color: rgb(218,167,107); }

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