Html Css Color HEX #DFA216 Gamboge

📋 copy color: '#DFA216'

red 223 ◦ green 162 ◦ blue 22

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

Shades of Gamboge #DFA216

Tints of Gamboge #DFA216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.41%

R = 54.79%
G = 39.8%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DFA216 (or 0xDFA216) is known color: Gamboge. HEX triplet: DF, A2 and 16. RGB value is (223,162,22). Sum of RGB (Red+Green+Blue) = 223+162+22=407 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.79% from 407); Green value is 162 (63.67% from 255 or 39.80% from 407); Blue value is 22 (8.98% from 255 or 5.41% from 407); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA216 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA216 is #205DE9. Grayscale: #A4A4A4. Windows color (decimal): -2121194 or 1483487. OLE color: 1483487.

HSL color Cylindrical-coordinate representation of color #DFA216: hue angle of 41.79º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DFA216 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 162 22 -
CMYK 0 0.27 0.90 0.13
HSL 41.79º 0.82% 0.48% -
HSV(B) 41.79º 0.9% 0.87% -
XYZ 43.5 41.59 6.49 -
YUV 164.28 47.71 169.88 -
System Red Green Blue C M Y K H S L
Decimal 223 162 22 0 0.27 0.90 0.13 41.79 0.82 0.48
Hex DF A2 16 0 1B 5A D 2A 52 30
Octal 337 242 26 0 33 132 15 52 122 60
Binary 11011111 10100010 10110 0 11011 1011010 1101 101010 1010010 110000

Color Harmonies of #DFA216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA216

Black with #DFA216

Text Example


Text Example

White with #DFA216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA216; }

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

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

background-color css

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

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

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

border-color css

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

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

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