Html Css Color HEX #DF9106 Gamboge

📋 copy color: '#DF9106'

red 223 ◦ green 145 ◦ blue 6

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

Shades of Gamboge #DF9106

Tints of Gamboge #DF9106

RGB

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

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

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

R = 59.63%
G = 38.77%
B = 1.6%

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

#DF9106 (or 0xDF9106) is known color: Gamboge. HEX triplet: DF, 91 and 06. RGB value is (223,145,6). Sum of RGB (Red+Green+Blue) = 223+145+6=374 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.63% from 374); Green value is 145 (57.03% from 255 or 38.77% from 374); Blue value is 6 (2.73% from 255 or 1.60% from 374); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9106 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9106 is #206EF9. Grayscale: #999999. Windows color (decimal): -2125562 or 430559. OLE color: 430559.

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

Color convert

RGB 223 145 6 -
CMYK 0 0.35 0.97 0.13
HSL 38.43º 0.95% 0.45% -
HSV(B) 38.43º 0.97% 0.87% -
XYZ 40.59 35.95 4.97 -
YUV 152.48 45.34 178.3 -
System Red Green Blue C M Y K H S L
Decimal 223 145 6 0 0.35 0.97 0.13 38.43 0.95 0.45
Hex DF 91 6 0 23 61 D 26 5F 2D
Octal 337 221 6 0 43 141 15 46 137 55
Binary 11011111 10010001 110 0 100011 1100001 1101 100110 1011111 101101

Color Harmonies of #DF9106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9106

Black with #DF9106

Text Example


Text Example

White with #DF9106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9106; }

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

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

background-color css

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

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

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

border-color css

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

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

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