Html Css Color HEX #DFA409 Gamboge

📋 copy color: '#DFA409'

red 223 ◦ green 164 ◦ blue 9

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

Shades of Gamboge #DFA409

Tints of Gamboge #DFA409

RGB

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

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

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

R = 56.31%
G = 41.41%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DFA409 (or 0xDFA409) is known color: Gamboge. HEX triplet: DF, A4 and 09. RGB value is (223,164,9). Sum of RGB (Red+Green+Blue) = 223+164+9=396 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.31% from 396); Green value is 164 (64.45% from 255 or 41.41% from 396); Blue value is 9 (3.91% from 255 or 2.27% from 396); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA409 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA409 is #205BF6. Grayscale: #A4A4A4. Windows color (decimal): -2120695 or 632031. OLE color: 632031.

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

Color convert

RGB 223 164 9 -
CMYK 0 0.26 0.96 0.13
HSL 43.46º 0.92% 0.45% -
HSV(B) 43.46º 0.96% 0.87% -
XYZ 43.76 42.26 6.11 -
YUV 163.97 40.55 170.1 -
System Red Green Blue C M Y K H S L
Decimal 223 164 9 0 0.26 0.96 0.13 43.46 0.92 0.45
Hex DF A4 9 0 1A 60 D 2B 5C 2D
Octal 337 244 11 0 32 140 15 53 134 55
Binary 11011111 10100100 1001 0 11010 1100000 1101 101011 1011100 101101

Color Harmonies of #DFA409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA409

Black with #DFA409

Text Example


Text Example

White with #DFA409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA409; }

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

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

background-color css

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

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

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

border-color css

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

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

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