Html Css Color HEX #DF9A14 Gamboge

📋 copy color: '#DF9A14'

red 223 ◦ green 154 ◦ blue 20

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

Shades of Gamboge #DF9A14

Tints of Gamboge #DF9A14

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.79%

 BLUE value IS 20 (8.2% from 255) = 5.04%

R = 56.17%
G = 38.79%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DF9A14 (or 0xDF9A14) is known color: Gamboge. HEX triplet: DF, 9A and 14. RGB value is (223,154,20). Sum of RGB (Red+Green+Blue) = 223+154+20=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 154 (60.55% from 255 or 38.79% from 397); Blue value is 20 (8.20% from 255 or 5.04% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9A14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9A14 is #2065EB. Grayscale: #9F9F9F. Windows color (decimal): -2123244 or 1350367. OLE color: 1350367.

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

Color convert

RGB 223 154 20 -
CMYK 0 0.31 0.91 0.13
HSL 39.61º 0.84% 0.48% -
HSV(B) 39.61º 0.91% 0.87% -
XYZ 42.11 38.85 5.94 -
YUV 159.36 49.36 173.4 -
System Red Green Blue C M Y K H S L
Decimal 223 154 20 0 0.31 0.91 0.13 39.61 0.84 0.48
Hex DF 9A 14 0 1F 5B D 28 54 30
Octal 337 232 24 0 37 133 15 50 124 60
Binary 11011111 10011010 10100 0 11111 1011011 1101 101000 1010100 110000

Color Harmonies of #DF9A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9A14

Black with #DF9A14

Text Example


Text Example

White with #DF9A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9A14; }

 p { color: rgb(223,154,20); }

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

background-color css

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

 a { background-color: rgb(223,154,20); }

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

border-color css

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

 span { border-color: rgb(223,154,20); }

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