Html Css Color HEX #DFA40F Gamboge

📋 copy color: '#DFA40F'

red 223 ◦ green 164 ◦ blue 15

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

Shades of Gamboge #DFA40F

Tints of Gamboge #DFA40F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.8%

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

R = 55.47%
G = 40.8%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DFA40F (or 0xDFA40F) is known color: Gamboge. HEX triplet: DF, A4 and 0F. RGB value is (223,164,15). Sum of RGB (Red+Green+Blue) = 223+164+15=402 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.47% from 402); Green value is 164 (64.45% from 255 or 40.80% from 402); Blue value is 15 (6.25% from 255 or 3.73% from 402); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA40F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA40F is #205BF0. Grayscale: #A5A5A5. Windows color (decimal): -2120689 or 1025247. OLE color: 1025247.

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

Color convert

RGB 223 164 15 -
CMYK 0 0.26 0.93 0.13
HSL 42.98º 0.87% 0.47% -
HSV(B) 42.98º 0.93% 0.87% -
XYZ 43.79 42.27 6.3 -
YUV 164.66 43.55 169.62 -
System Red Green Blue C M Y K H S L
Decimal 223 164 15 0 0.26 0.93 0.13 42.98 0.87 0.47
Hex DF A4 F 0 1A 5D D 2B 57 2F
Octal 337 244 17 0 32 135 15 53 127 57
Binary 11011111 10100100 1111 0 11010 1011101 1101 101011 1010111 101111

Color Harmonies of #DFA40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA40F

Black with #DFA40F

Text Example


Text Example

White with #DFA40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA40F; }

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

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

background-color css

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

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

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

border-color css

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

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

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