Html Css Color HEX #DF9609 Gamboge

📋 copy color: '#DF9609'

red 223 ◦ green 150 ◦ blue 9

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

Shades of Gamboge #DF9609

Tints of Gamboge #DF9609

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.27%

 BLUE value IS 9 (3.91% from 255) = 2.36%

R = 58.38%
G = 39.27%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF9609 (or 0xDF9609) is known color: Gamboge. HEX triplet: DF, 96 and 09. RGB value is (223,150,9). Sum of RGB (Red+Green+Blue) = 223+150+9=382 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.38% from 382); Green value is 150 (58.98% from 255 or 39.27% from 382); Blue value is 9 (3.91% from 255 or 2.36% from 382); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9609 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9609 is #2069F6. Grayscale: #9C9C9C. Windows color (decimal): -2124279 or 628447. OLE color: 628447.

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

Color convert

RGB 223 150 9 -
CMYK 0 0.33 0.96 0.13
HSL 39.53º 0.92% 0.45% -
HSV(B) 39.53º 0.96% 0.87% -
XYZ 41.39 37.52 5.32 -
YUV 155.75 45.18 175.96 -
System Red Green Blue C M Y K H S L
Decimal 223 150 9 0 0.33 0.96 0.13 39.53 0.92 0.45
Hex DF 96 9 0 21 60 D 28 5C 2D
Octal 337 226 11 0 41 140 15 50 134 55
Binary 11011111 10010110 1001 0 100001 1100000 1101 101000 1011100 101101

Color Harmonies of #DF9609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9609

Black with #DF9609

Text Example


Text Example

White with #DF9609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9609; }

 p { color: rgb(223,150,9); }

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

background-color css

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

 a { background-color: rgb(223,150,9); }

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

border-color css

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

 span { border-color: rgb(223,150,9); }

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