Html Css Color HEX #DFA40A Gamboge

📋 copy color: '#DFA40A'

red 223 ◦ green 164 ◦ blue 10

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

Shades of Gamboge #DFA40A

Tints of Gamboge #DFA40A

RGB

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

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

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

R = 56.17%
G = 41.31%
B = 2.52%

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

#DFA40A (or 0xDFA40A) is known color: Gamboge. HEX triplet: DF, A4 and 0A. RGB value is (223,164,10). Sum of RGB (Red+Green+Blue) = 223+164+10=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 164 (64.45% from 255 or 41.31% from 397); Blue value is 10 (4.30% from 255 or 2.52% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA40A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA40A is #205BF5. Grayscale: #A4A4A4. Windows color (decimal): -2120694 or 697567. OLE color: 697567.

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

Color convert

RGB 223 164 10 -
CMYK 0 0.26 0.96 0.13
HSL 43.38º 0.91% 0.46% -
HSV(B) 43.38º 0.96% 0.87% -
XYZ 43.76 42.26 6.14 -
YUV 164.09 41.05 170.02 -
System Red Green Blue C M Y K H S L
Decimal 223 164 10 0 0.26 0.96 0.13 43.38 0.91 0.46
Hex DF A4 A 0 1A 60 D 2B 5B 2E
Octal 337 244 12 0 32 140 15 53 133 56
Binary 11011111 10100100 1010 0 11010 1100000 1101 101011 1011011 101110

Color Harmonies of #DFA40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA40A

Black with #DFA40A

Text Example


Text Example

White with #DFA40A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA40A; }

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

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

background-color css

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

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

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

border-color css

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

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

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