Html Css Color HEX #DF9408 Gamboge

📋 copy color: '#DF9408'

red 223 ◦ green 148 ◦ blue 8

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

Shades of Gamboge #DF9408

Tints of Gamboge #DF9408

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.05%

 BLUE value IS 8 (3.52% from 255) = 2.11%

R = 58.84%
G = 39.05%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF9408 (or 0xDF9408) is known color: Gamboge. HEX triplet: DF, 94 and 08. RGB value is (223,148,8). Sum of RGB (Red+Green+Blue) = 223+148+8=379 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.84% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 8 (3.52% from 255 or 2.11% from 379); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9408 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9408 is #206BF7. Grayscale: #9B9B9B. Windows color (decimal): -2124792 or 562399. OLE color: 562399.

HSL color Cylindrical-coordinate representation of color #DF9408: hue angle of 39.07º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF9408 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 148 8 -
CMYK 0 0.34 0.96 0.13
HSL 39.07º 0.93% 0.45% -
HSV(B) 39.07º 0.96% 0.87% -
XYZ 41.07 36.89 5.18 -
YUV 154.47 45.35 176.88 -
System Red Green Blue C M Y K H S L
Decimal 223 148 8 0 0.34 0.96 0.13 39.07 0.93 0.45
Hex DF 94 8 0 22 60 D 27 5D 2D
Octal 337 224 10 0 42 140 15 47 135 55
Binary 11011111 10010100 1000 0 100010 1100000 1101 100111 1011101 101101

Color Harmonies of #DF9408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9408

Black with #DF9408

Text Example


Text Example

White with #DF9408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9408; }

 p { color: rgb(223,148,8); }

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

background-color css

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

 a { background-color: rgb(223,148,8); }

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

border-color css

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

 span { border-color: rgb(223,148,8); }

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