Html Css Color HEX #DFA80A Gamboge

📋 copy color: '#DFA80A'

red 223 ◦ green 168 ◦ blue 10

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

Shades of Gamboge #DFA80A

Tints of Gamboge #DFA80A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.9%

 BLUE value IS 10 (4.3% from 255) = 2.49%

R = 55.61%
G = 41.9%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DFA80A (or 0xDFA80A) is known color: Gamboge. HEX triplet: DF, A8 and 0A. RGB value is (223,168,10). Sum of RGB (Red+Green+Blue) = 223+168+10=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 168 (66.02% from 255 or 41.90% from 401); Blue value is 10 (4.30% from 255 or 2.49% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA80A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA80A is #2057F5. Grayscale: #A7A7A7. Windows color (decimal): -2119670 or 698591. OLE color: 698591.

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

Color convert

RGB 223 168 10 -
CMYK 0 0.25 0.96 0.13
HSL 44.51º 0.91% 0.46% -
HSV(B) 44.51º 0.96% 0.87% -
XYZ 44.49 43.72 6.38 -
YUV 166.43 39.72 168.35 -
System Red Green Blue C M Y K H S L
Decimal 223 168 10 0 0.25 0.96 0.13 44.51 0.91 0.46
Hex DF A8 A 0 19 60 D 2D 5B 2E
Octal 337 250 12 0 31 140 15 55 133 56
Binary 11011111 10101000 1010 0 11001 1100000 1101 101101 1011011 101110

Color Harmonies of #DFA80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA80A

Black with #DFA80A

Text Example


Text Example

White with #DFA80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA80A; }

 p { color: rgb(223,168,10); }

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

background-color css

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

 a { background-color: rgb(223,168,10); }

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

border-color css

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

 span { border-color: rgb(223,168,10); }

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