Html Css Color HEX #DF9719 Gamboge

📋 copy color: '#DF9719'

red 223 ◦ green 151 ◦ blue 25

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

Shades of Gamboge #DF9719

Tints of Gamboge #DF9719

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.84%

 BLUE value IS 25 (10.16% from 255) = 6.27%

R = 55.89%
G = 37.84%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DF9719 (or 0xDF9719) is known color: Gamboge. HEX triplet: DF, 97 and 19. RGB value is (223,151,25). Sum of RGB (Red+Green+Blue) = 223+151+25=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 151 (59.38% from 255 or 37.84% from 399); Blue value is 25 (10.16% from 255 or 6.27% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9719 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9719 is #2068E6. Grayscale: #9E9E9E. Windows color (decimal): -2124007 or 1677279. OLE color: 1677279.

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

Color convert

RGB 223 151 25 -
CMYK 0 0.32 0.89 0.13
HSL 38.18º 0.8% 0.49% -
HSV(B) 38.18º 0.89% 0.87% -
XYZ 41.67 37.89 6.04 -
YUV 158.16 52.85 174.25 -
System Red Green Blue C M Y K H S L
Decimal 223 151 25 0 0.32 0.89 0.13 38.18 0.8 0.49
Hex DF 97 19 0 20 59 D 26 50 31
Octal 337 227 31 0 40 131 15 46 120 61
Binary 11011111 10010111 11001 0 100000 1011001 1101 100110 1010000 110001

Color Harmonies of #DF9719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9719

Black with #DF9719

Text Example


Text Example

White with #DF9719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9719; }

 p { color: rgb(223,151,25); }

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

background-color css

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

 a { background-color: rgb(223,151,25); }

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

border-color css

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

 span { border-color: rgb(223,151,25); }

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