Html Css Color HEX #DFA317 Gamboge

📋 copy color: '#DFA317'

red 223 ◦ green 163 ◦ blue 23

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

Shades of Gamboge #DFA317

Tints of Gamboge #DFA317

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.85%

 BLUE value IS 23 (9.38% from 255) = 5.62%

R = 54.52%
G = 39.85%
B = 5.62%

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

#DFA317 (or 0xDFA317) is known color: Gamboge. HEX triplet: DF, A3 and 17. RGB value is (223,163,23). Sum of RGB (Red+Green+Blue) = 223+163+23=409 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.52% from 409); Green value is 163 (64.06% from 255 or 39.85% from 409); Blue value is 23 (9.38% from 255 or 5.62% from 409); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA317 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA317 is #205CE8. Grayscale: #A5A5A5. Windows color (decimal): -2120937 or 1549279. OLE color: 1549279.

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

Color convert

RGB 223 163 23 -
CMYK 0 0.27 0.90 0.13
HSL 42º 0.81% 0.48% -
HSV(B) 42º 0.9% 0.87% -
XYZ 43.68 41.94 6.6 -
YUV 164.98 47.88 169.38 -
System Red Green Blue C M Y K H S L
Decimal 223 163 23 0 0.27 0.90 0.13 42 0.81 0.48
Hex DF A3 17 0 1B 5A D 2A 51 30
Octal 337 243 27 0 33 132 15 52 121 60
Binary 11011111 10100011 10111 0 11011 1011010 1101 101010 1010001 110000

Color Harmonies of #DFA317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA317

Black with #DFA317

Text Example


Text Example

White with #DFA317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA317; }

 p { color: rgb(223,163,23); }

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

background-color css

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

 a { background-color: rgb(223,163,23); }

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

border-color css

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

 span { border-color: rgb(223,163,23); }

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