Html Css Color HEX #DFA20F Gamboge

📋 copy color: '#DFA20F'

red 223 ◦ green 162 ◦ blue 15

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

Shades of Gamboge #DFA20F

Tints of Gamboge #DFA20F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.5%

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

R = 55.75%
G = 40.5%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DFA20F (or 0xDFA20F) is known color: Gamboge. HEX triplet: DF, A2 and 0F. RGB value is (223,162,15). Sum of RGB (Red+Green+Blue) = 223+162+15=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 162 (63.67% from 255 or 40.5% from 400); Blue value is 15 (6.25% from 255 or 3.75% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA20F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA20F is #205DF0. Grayscale: #A4A4A4. Windows color (decimal): -2121201 or 1024735. OLE color: 1024735.

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

Color convert

RGB 223 162 15 -
CMYK 0 0.27 0.93 0.13
HSL 42.4º 0.87% 0.47% -
HSV(B) 42.4º 0.93% 0.87% -
XYZ 43.44 41.56 6.18 -
YUV 163.48 44.21 170.45 -
System Red Green Blue C M Y K H S L
Decimal 223 162 15 0 0.27 0.93 0.13 42.4 0.87 0.47
Hex DF A2 F 0 1B 5D D 2A 57 2F
Octal 337 242 17 0 33 135 15 52 127 57
Binary 11011111 10100010 1111 0 11011 1011101 1101 101010 1010111 101111

Color Harmonies of #DFA20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA20F

Black with #DFA20F

Text Example


Text Example

White with #DFA20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA20F; }

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

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

background-color css

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

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

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

border-color css

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

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

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