Html Css Color HEX #DFA416 Gamboge

📋 copy color: '#DFA416'

red 223 ◦ green 164 ◦ blue 22

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

Shades of Gamboge #DFA416

Tints of Gamboge #DFA416

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.1%

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

R = 54.52%
G = 40.1%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DFA416 (or 0xDFA416) is known color: Gamboge. HEX triplet: DF, A4 and 16. RGB value is (223,164,22). Sum of RGB (Red+Green+Blue) = 223+164+22=409 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.52% from 409); Green value is 164 (64.45% from 255 or 40.10% from 409); Blue value is 22 (8.98% from 255 or 5.38% from 409); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA416 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA416 is #205BE9. Grayscale: #A6A6A6. Windows color (decimal): -2120682 or 1483999. OLE color: 1483999.

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

Color convert

RGB 223 164 22 -
CMYK 0 0.26 0.90 0.13
HSL 42.39º 0.82% 0.48% -
HSV(B) 42.39º 0.9% 0.87% -
XYZ 43.85 42.3 6.61 -
YUV 165.45 47.05 169.05 -
System Red Green Blue C M Y K H S L
Decimal 223 164 22 0 0.26 0.90 0.13 42.39 0.82 0.48
Hex DF A4 16 0 1A 5A D 2A 52 30
Octal 337 244 26 0 32 132 15 52 122 60
Binary 11011111 10100100 10110 0 11010 1011010 1101 101010 1010010 110000

Color Harmonies of #DFA416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA416

Black with #DFA416

Text Example


Text Example

White with #DFA416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA416; }

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

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

background-color css

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

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

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

border-color css

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

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

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