Html Css Color HEX #DFA10C Gamboge

📋 copy color: '#DFA10C'

red 223 ◦ green 161 ◦ blue 12

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

Shades of Gamboge #DFA10C

Tints of Gamboge #DFA10C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.03%

R = 56.31%
G = 40.66%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DFA10C (or 0xDFA10C) is known color: Gamboge. HEX triplet: DF, A1 and 0C. RGB value is (223,161,12). Sum of RGB (Red+Green+Blue) = 223+161+12=396 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.31% from 396); Green value is 161 (63.28% from 255 or 40.66% from 396); Blue value is 12 (5.08% from 255 or 3.03% from 396); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA10C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA10C is #205EF3. Grayscale: #A3A3A3. Windows color (decimal): -2121460 or 827871. OLE color: 827871.

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

Color convert

RGB 223 161 12 -
CMYK 0 0.28 0.95 0.13
HSL 42.37º 0.9% 0.46% -
HSV(B) 42.37º 0.95% 0.87% -
XYZ 43.24 41.2 6.02 -
YUV 162.55 43.04 171.12 -
System Red Green Blue C M Y K H S L
Decimal 223 161 12 0 0.28 0.95 0.13 42.37 0.9 0.46
Hex DF A1 C 0 1C 5F D 2A 5A 2E
Octal 337 241 14 0 34 137 15 52 132 56
Binary 11011111 10100001 1100 0 11100 1011111 1101 101010 1011010 101110

Color Harmonies of #DFA10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA10C

Black with #DFA10C

Text Example


Text Example

White with #DFA10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA10C; }

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

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

background-color css

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

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

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

border-color css

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

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

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