Html Css Color HEX #DFA613 Gamboge

📋 copy color: '#DFA613'

red 223 ◦ green 166 ◦ blue 19

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

Shades of Gamboge #DFA613

Tints of Gamboge #DFA613

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.69%

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

R = 54.66%
G = 40.69%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DFA613 (or 0xDFA613) is known color: Gamboge. HEX triplet: DF, A6 and 13. RGB value is (223,166,19). Sum of RGB (Red+Green+Blue) = 223+166+19=408 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.66% from 408); Green value is 166 (65.23% from 255 or 40.69% from 408); Blue value is 19 (7.81% from 255 or 4.66% from 408); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA613 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA613 is #2059EC. Grayscale: #A6A6A6. Windows color (decimal): -2120173 or 1287903. OLE color: 1287903.

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

Color convert

RGB 223 166 19 -
CMYK 0 0.26 0.91 0.13
HSL 43.24º 0.84% 0.47% -
HSV(B) 43.24º 0.91% 0.87% -
XYZ 44.19 43.01 6.59 -
YUV 166.29 44.88 168.45 -
System Red Green Blue C M Y K H S L
Decimal 223 166 19 0 0.26 0.91 0.13 43.24 0.84 0.47
Hex DF A6 13 0 1A 5B D 2B 54 2F
Octal 337 246 23 0 32 133 15 53 124 57
Binary 11011111 10100110 10011 0 11010 1011011 1101 101011 1010100 101111

Color Harmonies of #DFA613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA613

Black with #DFA613

Text Example


Text Example

White with #DFA613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA613; }

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

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

background-color css

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

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

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

border-color css

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

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

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