Html Css Color HEX #DF9908 Gamboge

📋 copy color: '#DF9908'

red 223 ◦ green 153 ◦ blue 8

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

Shades of Gamboge #DF9908

Tints of Gamboge #DF9908

RGB

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

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

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

R = 58.07%
G = 39.84%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF9908 (or 0xDF9908) is known color: Gamboge. HEX triplet: DF, 99 and 08. RGB value is (223,153,8). Sum of RGB (Red+Green+Blue) = 223+153+8=384 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.07% from 384); Green value is 153 (60.16% from 255 or 39.84% from 384); Blue value is 8 (3.52% from 255 or 2.08% from 384); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9908 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9908 is #2066F7. Grayscale: #9E9E9E. Windows color (decimal): -2123512 or 563679. OLE color: 563679.

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

Color convert

RGB 223 153 8 -
CMYK 0 0.31 0.96 0.13
HSL 40.47º 0.93% 0.45% -
HSV(B) 40.47º 0.96% 0.87% -
XYZ 41.87 38.49 5.45 -
YUV 157.4 43.69 174.79 -
System Red Green Blue C M Y K H S L
Decimal 223 153 8 0 0.31 0.96 0.13 40.47 0.93 0.45
Hex DF 99 8 0 1F 60 D 28 5D 2D
Octal 337 231 10 0 37 140 15 50 135 55
Binary 11011111 10011001 1000 0 11111 1100000 1101 101000 1011101 101101

Color Harmonies of #DF9908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9908

Black with #DF9908

Text Example


Text Example

White with #DF9908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9908; }

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

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

background-color css

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

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

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

border-color css

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

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

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