Html Css Color HEX #DF9406 Gamboge

📋 copy color: '#DF9406'

red 223 ◦ green 148 ◦ blue 6

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

Shades of Gamboge #DF9406

Tints of Gamboge #DF9406

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.26%

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

R = 59.15%
G = 39.26%
B = 1.59%

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

#DF9406 (or 0xDF9406) is known color: Gamboge. HEX triplet: DF, 94 and 06. RGB value is (223,148,6). Sum of RGB (Red+Green+Blue) = 223+148+6=377 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.15% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 6 (2.73% from 255 or 1.59% from 377); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9406 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9406 is #206BF9. Grayscale: #9A9A9A. Windows color (decimal): -2124794 or 431327. OLE color: 431327.

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

Color convert

RGB 223 148 6 -
CMYK 0 0.34 0.97 0.13
HSL 39.26º 0.95% 0.45% -
HSV(B) 39.26º 0.97% 0.87% -
XYZ 41.05 36.88 5.13 -
YUV 154.24 44.35 177.05 -
System Red Green Blue C M Y K H S L
Decimal 223 148 6 0 0.34 0.97 0.13 39.26 0.95 0.45
Hex DF 94 6 0 22 61 D 27 5F 2D
Octal 337 224 6 0 42 141 15 47 137 55
Binary 11011111 10010100 110 0 100010 1100001 1101 100111 1011111 101101

Color Harmonies of #DF9406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9406

Black with #DF9406

Text Example


Text Example

White with #DF9406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9406; }

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

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

background-color css

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

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

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

border-color css

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

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

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