Html Css Color HEX #DFA000 Gamboge

📋 copy color: '#DFA000'

red 223 ◦ green 160 ◦ blue 0

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

Shades of Gamboge #DFA000

Tints of Gamboge #DFA000

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.78%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.22%
G = 41.78%
B = 0%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DFA000 (or 0xDFA000) is known color: Gamboge. HEX triplet: DF, A0 and 00. RGB value is (223,160,0). Sum of RGB (Red+Green+Blue) = 223+160+0=383 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.22% from 383); Green value is 160 (62.89% from 255 or 41.78% from 383); Blue value is 0 (0.39% from 255 or 0% from 383); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA000 is #205FFF. Grayscale: #A1A1A1. Windows color (decimal): -2121728 or 41183. OLE color: 41183.

HSL color Cylindrical-coordinate representation of color #DFA000: hue angle of 43.05º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DFA000 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 160 0 -
CMYK 0 0.28 1 0.13
HSL 43.05º 1% 0.44% -
HSV(B) 43.05º 1% 0.87% -
XYZ 43 40.83 5.61 -
YUV 160.6 37.37 172.51 -
System Red Green Blue C M Y K H S L
Decimal 223 160 0 0 0.28 1 0.13 43.05 1 0.44
Hex DF A0 0 0 1C 64 D 2B 64 2C
Octal 337 240 0 0 34 144 15 53 144 54
Binary 11011111 10100000 0 0 11100 1100100 1101 101011 1100100 101100

Color Harmonies of #DFA000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA000

Black with #DFA000

Text Example


Text Example

White with #DFA000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA000; }

 p { color: rgb(223,160,0); }

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

background-color css

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

 a { background-color: rgb(223,160,0); }

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

border-color css

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

 span { border-color: rgb(223,160,0); }

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