Html Css Color HEX #DF9807 Gamboge

📋 copy color: '#DF9807'

red 223 ◦ green 152 ◦ blue 7

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

Shades of Gamboge #DF9807

Tints of Gamboge #DF9807

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.79%

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

R = 58.38%
G = 39.79%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DF9807 (or 0xDF9807) is known color: Gamboge. HEX triplet: DF, 98 and 07. RGB value is (223,152,7). Sum of RGB (Red+Green+Blue) = 223+152+7=382 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.38% from 382); Green value is 152 (59.77% from 255 or 39.79% from 382); Blue value is 7 (3.12% from 255 or 1.83% from 382); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9807 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9807 is #2067F8. Grayscale: #9D9D9D. Windows color (decimal): -2123769 or 497887. OLE color: 497887.

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

Color convert

RGB 223 152 7 -
CMYK 0 0.32 0.97 0.13
HSL 40.28º 0.94% 0.45% -
HSV(B) 40.28º 0.97% 0.87% -
XYZ 41.7 38.16 5.37 -
YUV 156.7 43.52 175.29 -
System Red Green Blue C M Y K H S L
Decimal 223 152 7 0 0.32 0.97 0.13 40.28 0.94 0.45
Hex DF 98 7 0 20 61 D 28 5E 2D
Octal 337 230 7 0 40 141 15 50 136 55
Binary 11011111 10011000 111 0 100000 1100001 1101 101000 1011110 101101

Color Harmonies of #DF9807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9807

Black with #DF9807

Text Example


Text Example

White with #DF9807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9807; }

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

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

background-color css

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

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

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

border-color css

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

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

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