Html Css Color HEX #DFA10D Gamboge

📋 copy color: '#DFA10D'

red 223 ◦ green 161 ◦ blue 13

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

Shades of Gamboge #DFA10D

Tints of Gamboge #DFA10D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.55%

 BLUE value IS 13 (5.47% from 255) = 3.27%

R = 56.17%
G = 40.55%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DFA10D (or 0xDFA10D) is known color: Gamboge. HEX triplet: DF, A1 and 0D. RGB value is (223,161,13). Sum of RGB (Red+Green+Blue) = 223+161+13=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 161 (63.28% from 255 or 40.55% from 397); Blue value is 13 (5.47% from 255 or 3.27% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA10D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA10D is #205EF2. Grayscale: #A3A3A3. Windows color (decimal): -2121459 or 893407. OLE color: 893407.

HSL color Cylindrical-coordinate representation of color #DFA10D: hue angle of 42.29º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DFA10D is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 161 13 -
CMYK 0 0.28 0.94 0.13
HSL 42.29º 0.89% 0.46% -
HSV(B) 42.29º 0.94% 0.87% -
XYZ 43.25 41.21 6.06 -
YUV 162.67 43.54 171.03 -
System Red Green Blue C M Y K H S L
Decimal 223 161 13 0 0.28 0.94 0.13 42.29 0.89 0.46
Hex DF A1 D 0 1C 5E D 2A 59 2E
Octal 337 241 15 0 34 136 15 52 131 56
Binary 11011111 10100001 1101 0 11100 1011110 1101 101010 1011001 101110

Color Harmonies of #DFA10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA10D

Black with #DFA10D

Text Example


Text Example

White with #DFA10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA10D; }

 p { color: rgb(223,161,13); }

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

background-color css

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

 a { background-color: rgb(223,161,13); }

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

border-color css

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

 span { border-color: rgb(223,161,13); }

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