Html Css Color HEX #DF9307 Gamboge

📋 copy color: '#DF9307'

red 223 ◦ green 147 ◦ blue 7

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

Shades of Gamboge #DF9307

Tints of Gamboge #DF9307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.86%

R = 59.15%
G = 38.99%
B = 1.86%

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

#DF9307 (or 0xDF9307) is known color: Gamboge. HEX triplet: DF, 93 and 07. RGB value is (223,147,7). Sum of RGB (Red+Green+Blue) = 223+147+7=377 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.15% from 377); Green value is 147 (57.81% from 255 or 38.99% from 377); Blue value is 7 (3.12% from 255 or 1.86% from 377); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9307 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9307 is #206CF8. Grayscale: #9A9A9A. Windows color (decimal): -2125049 or 496607. OLE color: 496607.

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

Color convert

RGB 223 147 7 -
CMYK 0 0.34 0.97 0.13
HSL 38.89º 0.94% 0.45% -
HSV(B) 38.89º 0.97% 0.87% -
XYZ 40.9 36.57 5.1 -
YUV 153.76 45.18 177.38 -
System Red Green Blue C M Y K H S L
Decimal 223 147 7 0 0.34 0.97 0.13 38.89 0.94 0.45
Hex DF 93 7 0 22 61 D 27 5E 2D
Octal 337 223 7 0 42 141 15 47 136 55
Binary 11011111 10010011 111 0 100010 1100001 1101 100111 1011110 101101

Color Harmonies of #DF9307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9307

Black with #DF9307

Text Example


Text Example

White with #DF9307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9307; }

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

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

background-color css

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

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

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

border-color css

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

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

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