Html Css Color HEX #DFA709 Gamboge

📋 copy color: '#DFA709'

red 223 ◦ green 167 ◦ blue 9

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

Shades of Gamboge #DFA709

Tints of Gamboge #DFA709

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.26%

R = 55.89%
G = 41.85%
B = 2.26%

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

#DFA709 (or 0xDFA709) is known color: Gamboge. HEX triplet: DF, A7 and 09. RGB value is (223,167,9). Sum of RGB (Red+Green+Blue) = 223+167+9=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 167 (65.62% from 255 or 41.85% from 399); Blue value is 9 (3.91% from 255 or 2.26% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA709 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA709 is #2058F6. Grayscale: #A6A6A6. Windows color (decimal): -2119927 or 632799. OLE color: 632799.

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

Color convert

RGB 223 167 9 -
CMYK 0 0.25 0.96 0.13
HSL 44.3º 0.92% 0.45% -
HSV(B) 44.3º 0.96% 0.87% -
XYZ 44.3 43.35 6.29 -
YUV 165.73 39.55 168.85 -
System Red Green Blue C M Y K H S L
Decimal 223 167 9 0 0.25 0.96 0.13 44.3 0.92 0.45
Hex DF A7 9 0 19 60 D 2C 5C 2D
Octal 337 247 11 0 31 140 15 54 134 55
Binary 11011111 10100111 1001 0 11001 1100000 1101 101100 1011100 101101

Color Harmonies of #DFA709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA709

Black with #DFA709

Text Example


Text Example

White with #DFA709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA709; }

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

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

background-color css

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

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

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

border-color css

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

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

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