Html Css Color HEX #DFA00F Gamboge

📋 copy color: '#DFA00F'

red 223 ◦ green 160 ◦ blue 15

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

Shades of Gamboge #DFA00F

Tints of Gamboge #DFA00F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.77%

R = 56.03%
G = 40.2%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DFA00F (or 0xDFA00F) is known color: Gamboge. HEX triplet: DF, A0 and 0F. RGB value is (223,160,15). Sum of RGB (Red+Green+Blue) = 223+160+15=398 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.03% from 398); Green value is 160 (62.89% from 255 or 40.20% from 398); Blue value is 15 (6.25% from 255 or 3.77% from 398); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA00F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA00F is #205FF0. Grayscale: #A2A2A2. Windows color (decimal): -2121713 or 1024223. OLE color: 1024223.

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

Color convert

RGB 223 160 15 -
CMYK 0 0.28 0.93 0.13
HSL 41.83º 0.87% 0.47% -
HSV(B) 41.83º 0.93% 0.87% -
XYZ 43.09 40.86 6.07 -
YUV 162.31 44.87 171.29 -
System Red Green Blue C M Y K H S L
Decimal 223 160 15 0 0.28 0.93 0.13 41.83 0.87 0.47
Hex DF A0 F 0 1C 5D D 2A 57 2F
Octal 337 240 17 0 34 135 15 52 127 57
Binary 11011111 10100000 1111 0 11100 1011101 1101 101010 1010111 101111

Color Harmonies of #DFA00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA00F

Black with #DFA00F

Text Example


Text Example

White with #DFA00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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