Html Css Color HEX #DF9206 Gamboge

📋 copy color: '#DF9206'

red 223 ◦ green 146 ◦ blue 6

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

Shades of Gamboge #DF9206

Tints of Gamboge #DF9206

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.93%

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

R = 59.47%
G = 38.93%
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

#DF9206 (or 0xDF9206) is known color: Gamboge. HEX triplet: DF, 92 and 06. RGB value is (223,146,6). Sum of RGB (Red+Green+Blue) = 223+146+6=375 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.47% from 375); Green value is 146 (57.42% from 255 or 38.93% from 375); Blue value is 6 (2.73% from 255 or 1.6% from 375); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9206 is #206DF9. Grayscale: #999999. Windows color (decimal): -2125306 or 430815. OLE color: 430815.

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

Color convert

RGB 223 146 6 -
CMYK 0 0.35 0.97 0.13
HSL 38.71º 0.95% 0.45% -
HSV(B) 38.71º 0.97% 0.87% -
XYZ 40.74 36.26 5.02 -
YUV 153.06 45.01 177.88 -
System Red Green Blue C M Y K H S L
Decimal 223 146 6 0 0.35 0.97 0.13 38.71 0.95 0.45
Hex DF 92 6 0 23 61 D 27 5F 2D
Octal 337 222 6 0 43 141 15 47 137 55
Binary 11011111 10010010 110 0 100011 1100001 1101 100111 1011111 101101

Color Harmonies of #DF9206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9206

Black with #DF9206

Text Example


Text Example

White with #DF9206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9206; }

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

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

background-color css

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

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

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

border-color css

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

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

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