Html Css Color HEX #DFA20E Gamboge

📋 copy color: '#DFA20E'

red 223 ◦ green 162 ◦ blue 14

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

Shades of Gamboge #DFA20E

Tints of Gamboge #DFA20E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.51%

R = 55.89%
G = 40.6%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DFA20E (or 0xDFA20E) is known color: Gamboge. HEX triplet: DF, A2 and 0E. RGB value is (223,162,14). Sum of RGB (Red+Green+Blue) = 223+162+14=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 14 (5.86% from 255 or 3.51% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA20E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA20E is #205DF1. Grayscale: #A4A4A4. Windows color (decimal): -2121202 or 959199. OLE color: 959199.

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

Color convert

RGB 223 162 14 -
CMYK 0 0.27 0.94 0.13
HSL 42.49º 0.88% 0.46% -
HSV(B) 42.49º 0.94% 0.87% -
XYZ 43.43 41.56 6.15 -
YUV 163.37 43.71 170.53 -
System Red Green Blue C M Y K H S L
Decimal 223 162 14 0 0.27 0.94 0.13 42.49 0.88 0.46
Hex DF A2 E 0 1B 5E D 2A 58 2E
Octal 337 242 16 0 33 136 15 52 130 56
Binary 11011111 10100010 1110 0 11011 1011110 1101 101010 1011000 101110

Color Harmonies of #DFA20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA20E

Black with #DFA20E

Text Example


Text Example

White with #DFA20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA20E; }

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

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

background-color css

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

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

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

border-color css

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

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

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