Html Css Color HEX #DF9306 Gamboge

📋 copy color: '#DF9306'

red 223 ◦ green 147 ◦ blue 6

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

Shades of Gamboge #DF9306

Tints of Gamboge #DF9306

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.1%

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

R = 59.31%
G = 39.1%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DF9306 (or 0xDF9306) is known color: Gamboge. HEX triplet: DF, 93 and 06. RGB value is (223,147,6). Sum of RGB (Red+Green+Blue) = 223+147+6=376 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.31% from 376); Green value is 147 (57.81% from 255 or 39.10% from 376); Blue value is 6 (2.73% from 255 or 1.60% from 376); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9306 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9306 is #206CF9. Grayscale: #9A9A9A. Windows color (decimal): -2125050 or 431071. OLE color: 431071.

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

Color convert

RGB 223 147 6 -
CMYK 0 0.34 0.97 0.13
HSL 38.99º 0.95% 0.45% -
HSV(B) 38.99º 0.97% 0.87% -
XYZ 40.9 36.57 5.08 -
YUV 153.65 44.68 177.46 -
System Red Green Blue C M Y K H S L
Decimal 223 147 6 0 0.34 0.97 0.13 38.99 0.95 0.45
Hex DF 93 6 0 22 61 D 27 5F 2D
Octal 337 223 6 0 42 141 15 47 137 55
Binary 11011111 10010011 110 0 100010 1100001 1101 100111 1011111 101101

Color Harmonies of #DF9306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9306

Black with #DF9306

Text Example


Text Example

White with #DF9306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9306; }

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

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

background-color css

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

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

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

border-color css

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

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

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