Html Css Color HEX #DF9506 Gamboge

📋 copy color: '#DF9506'

red 223 ◦ green 149 ◦ blue 6

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

Shades of Gamboge #DF9506

Tints of Gamboge #DF9506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.59%

R = 58.99%
G = 39.42%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DF9506 (or 0xDF9506) is known color: Gamboge. HEX triplet: DF, 95 and 06. RGB value is (223,149,6). Sum of RGB (Red+Green+Blue) = 223+149+6=378 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.99% from 378); Green value is 149 (58.59% from 255 or 39.42% from 378); Blue value is 6 (2.73% from 255 or 1.59% from 378); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9506 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9506 is #206AF9. Grayscale: #9B9B9B. Windows color (decimal): -2124538 or 431583. OLE color: 431583.

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

Color convert

RGB 223 149 6 -
CMYK 0 0.33 0.97 0.13
HSL 39.54º 0.95% 0.45% -
HSV(B) 39.54º 0.97% 0.87% -
XYZ 41.21 37.2 5.18 -
YUV 154.82 44.02 176.63 -
System Red Green Blue C M Y K H S L
Decimal 223 149 6 0 0.33 0.97 0.13 39.54 0.95 0.45
Hex DF 95 6 0 21 61 D 28 5F 2D
Octal 337 225 6 0 41 141 15 50 137 55
Binary 11011111 10010101 110 0 100001 1100001 1101 101000 1011111 101101

Color Harmonies of #DF9506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9506

Black with #DF9506

Text Example


Text Example

White with #DF9506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9506; }

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

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

background-color css

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

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

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

border-color css

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

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

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