Html Css Color HEX #DFAA11 Gamboge

📋 copy color: '#DFAA11'

red 223 ◦ green 170 ◦ blue 17

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

Shades of Gamboge #DFAA11

Tints of Gamboge #DFAA11

RGB

 RED value IS 223 (87.5% from 255) = 54.39%

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

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

R = 54.39%
G = 41.46%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DFAA11 (or 0xDFAA11) is known color: Gamboge. HEX triplet: DF, AA and 11. RGB value is (223,170,17). Sum of RGB (Red+Green+Blue) = 223+170+17=410 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.39% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 17 (7.03% from 255 or 4.15% from 410); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAA11 is #2055EE. Grayscale: #A9A9A9. Windows color (decimal): -2119151 or 1157855. OLE color: 1157855.

HSL color Cylindrical-coordinate representation of color #DFAA11: hue angle of 44.56º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DFAA11 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 170 17 -
CMYK 0 0.24 0.92 0.13
HSL 44.56º 0.86% 0.47% -
HSV(B) 44.56º 0.92% 0.87% -
XYZ 44.91 44.48 6.75 -
YUV 168.41 42.56 166.94 -
System Red Green Blue C M Y K H S L
Decimal 223 170 17 0 0.24 0.92 0.13 44.56 0.86 0.47
Hex DF AA 11 0 18 5C D 2D 56 2F
Octal 337 252 21 0 30 134 15 55 126 57
Binary 11011111 10101010 10001 0 11000 1011100 1101 101101 1010110 101111

Color Harmonies of #DFAA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAA11

Black with #DFAA11

Text Example


Text Example

White with #DFAA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAA11; }

 p { color: rgb(223,170,17); }

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

background-color css

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

 a { background-color: rgb(223,170,17); }

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

border-color css

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

 span { border-color: rgb(223,170,17); }

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