Html Css Color HEX #DF9706 Gamboge

📋 copy color: '#DF9706'

red 223 ◦ green 151 ◦ blue 6

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

Shades of Gamboge #DF9706

Tints of Gamboge #DF9706

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.74%

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

R = 58.68%
G = 39.74%
B = 1.58%

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

#DF9706 (or 0xDF9706) is known color: Gamboge. HEX triplet: DF, 97 and 06. RGB value is (223,151,6). Sum of RGB (Red+Green+Blue) = 223+151+6=380 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.68% from 380); Green value is 151 (59.38% from 255 or 39.74% from 380); Blue value is 6 (2.73% from 255 or 1.58% from 380); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9706 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9706 is #2068F9. Grayscale: #9C9C9C. Windows color (decimal): -2124026 or 432095. OLE color: 432095.

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

Color convert

RGB 223 151 6 -
CMYK 0 0.32 0.97 0.13
HSL 40.09º 0.95% 0.45% -
HSV(B) 40.09º 0.97% 0.87% -
XYZ 41.53 37.83 5.29 -
YUV 156 43.35 175.79 -
System Red Green Blue C M Y K H S L
Decimal 223 151 6 0 0.32 0.97 0.13 40.09 0.95 0.45
Hex DF 97 6 0 20 61 D 28 5F 2D
Octal 337 227 6 0 40 141 15 50 137 55
Binary 11011111 10010111 110 0 100000 1100001 1101 101000 1011111 101101

Color Harmonies of #DF9706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9706

Black with #DF9706

Text Example


Text Example

White with #DF9706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9706; }

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

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

background-color css

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

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

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

border-color css

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

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

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