Html Css Color HEX #DFA003 Gamboge

📋 copy color: '#DFA003'

red 223 ◦ green 160 ◦ blue 3

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

Shades of Gamboge #DFA003

Tints of Gamboge #DFA003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.78%

R = 57.77%
G = 41.45%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DFA003 (or 0xDFA003) is known color: Gamboge. HEX triplet: DF, A0 and 03. RGB value is (223,160,3). Sum of RGB (Red+Green+Blue) = 223+160+3=386 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.77% from 386); Green value is 160 (62.89% from 255 or 41.45% from 386); Blue value is 3 (1.56% from 255 or 0.78% from 386); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA003 is #205FFC. Grayscale: #A1A1A1. Windows color (decimal): -2121725 or 237791. OLE color: 237791.

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

Color convert

RGB 223 160 3 -
CMYK 0 0.28 0.99 0.13
HSL 42.82º 0.97% 0.44% -
HSV(B) 42.82º 0.99% 0.87% -
XYZ 43.02 40.84 5.7 -
YUV 160.94 38.87 172.27 -
System Red Green Blue C M Y K H S L
Decimal 223 160 3 0 0.28 0.99 0.13 42.82 0.97 0.44
Hex DF A0 3 0 1C 63 D 2B 61 2C
Octal 337 240 3 0 34 143 15 53 141 54
Binary 11011111 10100000 11 0 11100 1100011 1101 101011 1100001 101100

Color Harmonies of #DFA003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA003

Black with #DFA003

Text Example


Text Example

White with #DFA003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA003; }

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

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

background-color css

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

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

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

border-color css

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

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

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