Html Css Color HEX #DFA313 Gamboge

📋 copy color: '#DFA313'

red 223 ◦ green 163 ◦ blue 19

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

Shades of Gamboge #DFA313

Tints of Gamboge #DFA313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.69%

R = 55.06%
G = 40.25%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DFA313 (or 0xDFA313) is known color: Gamboge. HEX triplet: DF, A3 and 13. RGB value is (223,163,19). Sum of RGB (Red+Green+Blue) = 223+163+19=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 163 (64.06% from 255 or 40.25% from 405); Blue value is 19 (7.81% from 255 or 4.69% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA313 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA313 is #205CEC. Grayscale: #A5A5A5. Windows color (decimal): -2120941 or 1287135. OLE color: 1287135.

HSL color Cylindrical-coordinate representation of color #DFA313: hue angle of 42.35º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DFA313 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 163 19 -
CMYK 0 0.27 0.91 0.13
HSL 42.35º 0.84% 0.47% -
HSV(B) 42.35º 0.91% 0.87% -
XYZ 43.65 41.93 6.41 -
YUV 164.52 45.88 169.71 -
System Red Green Blue C M Y K H S L
Decimal 223 163 19 0 0.27 0.91 0.13 42.35 0.84 0.47
Hex DF A3 13 0 1B 5B D 2A 54 2F
Octal 337 243 23 0 33 133 15 52 124 57
Binary 11011111 10100011 10011 0 11011 1011011 1101 101010 1010100 101111

Color Harmonies of #DFA313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA313

Black with #DFA313

Text Example


Text Example

White with #DFA313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA313; }

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

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

background-color css

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

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

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

border-color css

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

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

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