Html Css Color HEX #DF990D Gamboge

📋 copy color: '#DF990D'

red 223 ◦ green 153 ◦ blue 13

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

Shades of Gamboge #DF990D

Tints of Gamboge #DF990D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.33%

 BLUE value IS 13 (5.47% from 255) = 3.34%

R = 57.33%
G = 39.33%
B = 3.34%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DF990D (or 0xDF990D) is known color: Gamboge. HEX triplet: DF, 99 and 0D. RGB value is (223,153,13). Sum of RGB (Red+Green+Blue) = 223+153+13=389 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.33% from 389); Green value is 153 (60.16% from 255 or 39.33% from 389); Blue value is 13 (5.47% from 255 or 3.34% from 389); Max value from RGB is 223 - color contains mainly: red. Hex color #DF990D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF990D is #2066F2. Grayscale: #9E9E9E. Windows color (decimal): -2123507 or 891359. OLE color: 891359.

HSL color Cylindrical-coordinate representation of color #DF990D: hue angle of 40º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF990D is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 153 13 -
CMYK 0 0.31 0.94 0.13
HSL 40º 0.89% 0.46% -
HSV(B) 40º 0.94% 0.87% -
XYZ 41.9 38.5 5.6 -
YUV 157.97 46.19 174.38 -
System Red Green Blue C M Y K H S L
Decimal 223 153 13 0 0.31 0.94 0.13 40 0.89 0.46
Hex DF 99 D 0 1F 5E D 28 59 2E
Octal 337 231 15 0 37 136 15 50 131 56
Binary 11011111 10011001 1101 0 11111 1011110 1101 101000 1011001 101110

Color Harmonies of #DF990D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF990D

Black with #DF990D

Text Example


Text Example

White with #DF990D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF990D; }

 p { color: rgb(223,153,13); }

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

background-color css

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

 a { background-color: rgb(223,153,13); }

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

border-color css

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

 span { border-color: rgb(223,153,13); }

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