Html Css Color HEX #DFA211 Gamboge

📋 copy color: '#DFA211'

red 223 ◦ green 162 ◦ blue 17

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

Shades of Gamboge #DFA211

Tints of Gamboge #DFA211

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.3%

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

R = 55.47%
G = 40.3%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DFA211 (or 0xDFA211) is known color: Gamboge. HEX triplet: DF, A2 and 11. RGB value is (223,162,17). Sum of RGB (Red+Green+Blue) = 223+162+17=402 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.47% from 402); Green value is 162 (63.67% from 255 or 40.30% from 402); Blue value is 17 (7.03% from 255 or 4.23% from 402); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA211 is #205DEE. Grayscale: #A4A4A4. Windows color (decimal): -2121199 or 1155807. OLE color: 1155807.

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

Color convert

RGB 223 162 17 -
CMYK 0 0.27 0.92 0.13
HSL 42.23º 0.86% 0.47% -
HSV(B) 42.23º 0.92% 0.87% -
XYZ 43.45 41.57 6.26 -
YUV 163.71 45.21 170.29 -
System Red Green Blue C M Y K H S L
Decimal 223 162 17 0 0.27 0.92 0.13 42.23 0.86 0.47
Hex DF A2 11 0 1B 5C D 2A 56 2F
Octal 337 242 21 0 33 134 15 52 126 57
Binary 11011111 10100010 10001 0 11011 1011100 1101 101010 1010110 101111

Color Harmonies of #DFA211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA211

Black with #DFA211

Text Example


Text Example

White with #DFA211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA211; }

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

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

background-color css

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

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

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

border-color css

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

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

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