Html Css Color HEX #DAA711 Gamboge

📋 copy color: '#DAA711'

red 218 ◦ green 167 ◦ blue 17

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

Shades of Gamboge #DAA711

Tints of Gamboge #DAA711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.23%

R = 54.23%
G = 41.54%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DAA711 (or 0xDAA711) is known color: Gamboge. HEX triplet: DA, A7 and 11. RGB value is (218,167,17). Sum of RGB (Red+Green+Blue) = 218+167+17=402 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.23% from 402); Green value is 167 (65.62% from 255 or 41.54% from 402); Blue value is 17 (7.03% from 255 or 4.23% from 402); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA711 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA711 is #2558EE. Grayscale: #A5A5A5. Windows color (decimal): -2447599 or 1157082. OLE color: 1157082.

HSL color Cylindrical-coordinate representation of color #DAA711: hue angle of 44.78º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DAA711 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 167 17 -
CMYK 0 0.23 0.92 0.15
HSL 44.78º 0.86% 0.46% -
HSV(B) 44.78º 0.92% 0.85% -
XYZ 42.83 42.58 6.49 -
YUV 165.15 44.4 165.7 -
System Red Green Blue C M Y K H S L
Decimal 218 167 17 0 0.23 0.92 0.15 44.78 0.86 0.46
Hex DA A7 11 0 17 5C F 2D 56 2E
Octal 332 247 21 0 27 134 17 55 126 56
Binary 11011010 10100111 10001 0 10111 1011100 1111 101101 1010110 101110

Color Harmonies of #DAA711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA711

Black with #DAA711

Text Example


Text Example

White with #DAA711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA711; }

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

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

background-color css

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

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

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

border-color css

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

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

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