Html Css Color HEX #DF9107 Gamboge

📋 copy color: '#DF9107'

red 223 ◦ green 145 ◦ blue 7

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

Shades of Gamboge #DF9107

Tints of Gamboge #DF9107

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.67%

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

R = 59.47%
G = 38.67%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DF9107 (or 0xDF9107) is known color: Gamboge. HEX triplet: DF, 91 and 07. RGB value is (223,145,7). Sum of RGB (Red+Green+Blue) = 223+145+7=375 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.47% from 375); Green value is 145 (57.03% from 255 or 38.67% from 375); Blue value is 7 (3.12% from 255 or 1.87% from 375); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9107 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9107 is #206EF8. Grayscale: #999999. Windows color (decimal): -2125561 or 496095. OLE color: 496095.

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

Color convert

RGB 223 145 7 -
CMYK 0 0.35 0.97 0.13
HSL 38.33º 0.94% 0.45% -
HSV(B) 38.33º 0.97% 0.87% -
XYZ 40.6 35.95 5 -
YUV 152.59 45.84 178.22 -
System Red Green Blue C M Y K H S L
Decimal 223 145 7 0 0.35 0.97 0.13 38.33 0.94 0.45
Hex DF 91 7 0 23 61 D 26 5E 2D
Octal 337 221 7 0 43 141 15 46 136 55
Binary 11011111 10010001 111 0 100011 1100001 1101 100110 1011110 101101

Color Harmonies of #DF9107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9107

Black with #DF9107

Text Example


Text Example

White with #DF9107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9107; }

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

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

background-color css

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

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

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

border-color css

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

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

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