Html Css Color HEX #DF9803 Gamboge

📋 copy color: '#DF9803'

red 223 ◦ green 152 ◦ blue 3

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

Shades of Gamboge #DF9803

Tints of Gamboge #DF9803

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.21%

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

R = 58.99%
G = 40.21%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DF9803 (or 0xDF9803) is known color: Gamboge. HEX triplet: DF, 98 and 03. RGB value is (223,152,3). Sum of RGB (Red+Green+Blue) = 223+152+3=378 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.99% from 378); Green value is 152 (59.77% from 255 or 40.21% from 378); Blue value is 3 (1.56% from 255 or 0.79% from 378); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9803 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9803 is #2067FC. Grayscale: #9C9C9C. Windows color (decimal): -2123773 or 235743. OLE color: 235743.

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

Color convert

RGB 223 152 3 -
CMYK 0 0.32 0.99 0.13
HSL 40.64º 0.97% 0.44% -
HSV(B) 40.64º 0.99% 0.87% -
XYZ 41.68 38.15 5.25 -
YUV 156.24 41.52 175.62 -
System Red Green Blue C M Y K H S L
Decimal 223 152 3 0 0.32 0.99 0.13 40.64 0.97 0.44
Hex DF 98 3 0 20 63 D 29 61 2C
Octal 337 230 3 0 40 143 15 51 141 54
Binary 11011111 10011000 11 0 100000 1100011 1101 101001 1100001 101100

Color Harmonies of #DF9803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9803

Black with #DF9803

Text Example


Text Example

White with #DF9803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9803; }

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

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

background-color css

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

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

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

border-color css

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

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

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