Html Css Color HEX #DFA112 Gamboge

📋 copy color: '#DFA112'

red 223 ◦ green 161 ◦ blue 18

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

Shades of Gamboge #DFA112

Tints of Gamboge #DFA112

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.05%

 BLUE value IS 18 (7.42% from 255) = 4.48%

R = 55.47%
G = 40.05%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DFA112 (or 0xDFA112) is known color: Gamboge. HEX triplet: DF, A1 and 12. RGB value is (223,161,18). Sum of RGB (Red+Green+Blue) = 223+161+18=402 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.47% from 402); Green value is 161 (63.28% from 255 or 40.05% from 402); Blue value is 18 (7.42% from 255 or 4.48% from 402); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA112 is #205EED. Grayscale: #A3A3A3. Windows color (decimal): -2121454 or 1221087. OLE color: 1221087.

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

Color convert

RGB 223 161 18 -
CMYK 0 0.28 0.92 0.13
HSL 41.85º 0.85% 0.47% -
HSV(B) 41.85º 0.92% 0.87% -
XYZ 43.29 41.22 6.25 -
YUV 163.24 46.04 170.63 -
System Red Green Blue C M Y K H S L
Decimal 223 161 18 0 0.28 0.92 0.13 41.85 0.85 0.47
Hex DF A1 12 0 1C 5C D 2A 55 2F
Octal 337 241 22 0 34 134 15 52 125 57
Binary 11011111 10100001 10010 0 11100 1011100 1101 101010 1010101 101111

Color Harmonies of #DFA112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA112

Black with #DFA112

Text Example


Text Example

White with #DFA112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA112; }

 p { color: rgb(223,161,18); }

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

background-color css

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

 a { background-color: rgb(223,161,18); }

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

border-color css

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

 span { border-color: rgb(223,161,18); }

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