Html Css Color HEX #DF9508 Gamboge

📋 copy color: '#DF9508'

red 223 ◦ green 149 ◦ blue 8

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

Shades of Gamboge #DF9508

Tints of Gamboge #DF9508

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.21%

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

R = 58.68%
G = 39.21%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF9508 (or 0xDF9508) is known color: Gamboge. HEX triplet: DF, 95 and 08. RGB value is (223,149,8). Sum of RGB (Red+Green+Blue) = 223+149+8=380 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.68% from 380); Green value is 149 (58.59% from 255 or 39.21% from 380); Blue value is 8 (3.52% from 255 or 2.11% from 380); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9508 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9508 is #206AF7. Grayscale: #9B9B9B. Windows color (decimal): -2124536 or 562655. OLE color: 562655.

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

Color convert

RGB 223 149 8 -
CMYK 0 0.33 0.96 0.13
HSL 39.35º 0.93% 0.45% -
HSV(B) 39.35º 0.96% 0.87% -
XYZ 41.22 37.2 5.24 -
YUV 155.05 45.02 176.46 -
System Red Green Blue C M Y K H S L
Decimal 223 149 8 0 0.33 0.96 0.13 39.35 0.93 0.45
Hex DF 95 8 0 21 60 D 27 5D 2D
Octal 337 225 10 0 41 140 15 47 135 55
Binary 11011111 10010101 1000 0 100001 1100000 1101 100111 1011101 101101

Color Harmonies of #DF9508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9508

Black with #DF9508

Text Example


Text Example

White with #DF9508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9508; }

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

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

background-color css

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

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

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

border-color css

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

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

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