Html Css Color HEX #DFA70A Gamboge

📋 copy color: '#DFA70A'

red 223 ◦ green 167 ◦ blue 10

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

Shades of Gamboge #DFA70A

Tints of Gamboge #DFA70A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.75%

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

R = 55.75%
G = 41.75%
B = 2.5%

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

#DFA70A (or 0xDFA70A) is known color: Gamboge. HEX triplet: DF, A7 and 0A. RGB value is (223,167,10). Sum of RGB (Red+Green+Blue) = 223+167+10=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 167 (65.62% from 255 or 41.75% from 400); Blue value is 10 (4.30% from 255 or 2.5% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA70A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA70A is #2058F5. Grayscale: #A6A6A6. Windows color (decimal): -2119926 or 698335. OLE color: 698335.

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

Color convert

RGB 223 167 10 -
CMYK 0 0.25 0.96 0.13
HSL 44.23º 0.91% 0.46% -
HSV(B) 44.23º 0.96% 0.87% -
XYZ 44.3 43.35 6.32 -
YUV 165.85 40.05 168.77 -
System Red Green Blue C M Y K H S L
Decimal 223 167 10 0 0.25 0.96 0.13 44.23 0.91 0.46
Hex DF A7 A 0 19 60 D 2C 5B 2E
Octal 337 247 12 0 31 140 15 54 133 56
Binary 11011111 10100111 1010 0 11001 1100000 1101 101100 1011011 101110

Color Harmonies of #DFA70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA70A

Black with #DFA70A

Text Example


Text Example

White with #DFA70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA70A; }

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

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

background-color css

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

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

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

border-color css

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

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

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