Html Css Color HEX #DFA611 Gamboge

📋 copy color: '#DFA611'

red 223 ◦ green 166 ◦ blue 17

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

Shades of Gamboge #DFA611

Tints of Gamboge #DFA611

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.89%

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

R = 54.93%
G = 40.89%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DFA611 (or 0xDFA611) is known color: Gamboge. HEX triplet: DF, A6 and 11. RGB value is (223,166,17). Sum of RGB (Red+Green+Blue) = 223+166+17=406 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.93% from 406); Green value is 166 (65.23% from 255 or 40.89% from 406); Blue value is 17 (7.03% from 255 or 4.19% from 406); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA611 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA611 is #2059EE. Grayscale: #A6A6A6. Windows color (decimal): -2120175 or 1156831. OLE color: 1156831.

HSL color Cylindrical-coordinate representation of color #DFA611: hue angle of 43.4º 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 #DFA611 is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 166 17 -
CMYK 0 0.26 0.92 0.13
HSL 43.4º 0.86% 0.47% -
HSV(B) 43.4º 0.92% 0.87% -
XYZ 44.17 43 6.5 -
YUV 166.06 43.88 168.62 -
System Red Green Blue C M Y K H S L
Decimal 223 166 17 0 0.26 0.92 0.13 43.4 0.86 0.47
Hex DF A6 11 0 1A 5C D 2B 56 2F
Octal 337 246 21 0 32 134 15 53 126 57
Binary 11011111 10100110 10001 0 11010 1011100 1101 101011 1010110 101111

Color Harmonies of #DFA611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA611

Black with #DFA611

Text Example


Text Example

White with #DFA611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA611; }

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

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

background-color css

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

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

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

border-color css

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

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

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