Html Css Color HEX #DFA00C Gamboge

📋 copy color: '#DFA00C'

red 223 ◦ green 160 ◦ blue 12

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

Shades of Gamboge #DFA00C

Tints of Gamboge #DFA00C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.51%

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

R = 56.46%
G = 40.51%
B = 3.04%

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

#DFA00C (or 0xDFA00C) is known color: Gamboge. HEX triplet: DF, A0 and 0C. RGB value is (223,160,12). Sum of RGB (Red+Green+Blue) = 223+160+12=395 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.46% from 395); Green value is 160 (62.89% from 255 or 40.51% from 395); Blue value is 12 (5.08% from 255 or 3.04% from 395); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA00C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA00C is #205FF3. Grayscale: #A2A2A2. Windows color (decimal): -2121716 or 827615. OLE color: 827615.

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

Color convert

RGB 223 160 12 -
CMYK 0 0.28 0.95 0.13
HSL 42.09º 0.9% 0.46% -
HSV(B) 42.09º 0.95% 0.87% -
XYZ 43.07 40.86 5.96 -
YUV 161.97 43.37 171.53 -
System Red Green Blue C M Y K H S L
Decimal 223 160 12 0 0.28 0.95 0.13 42.09 0.9 0.46
Hex DF A0 C 0 1C 5F D 2A 5A 2E
Octal 337 240 14 0 34 137 15 52 132 56
Binary 11011111 10100000 1100 0 11100 1011111 1101 101010 1011010 101110

Color Harmonies of #DFA00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA00C

Black with #DFA00C

Text Example


Text Example

White with #DFA00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA00C; }

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

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

background-color css

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

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

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

border-color css

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

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

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