Html Css Color HEX #DD9206 Gamboge

📋 copy color: '#DD9206'

red 221 ◦ green 146 ◦ blue 6

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

Shades of Gamboge #DD9206

Tints of Gamboge #DD9206

RGB

 RED value IS 221 (86.72% from 255) = 59.25%

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

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

R = 59.25%
G = 39.14%
B = 1.61%

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

#DD9206 (or 0xDD9206) is known color: Gamboge. HEX triplet: DD, 92 and 06. RGB value is (221,146,6). Sum of RGB (Red+Green+Blue) = 221+146+6=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 146 (57.42% from 255 or 39.14% from 373); Blue value is 6 (2.73% from 255 or 1.61% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9206 is #226DF9. Grayscale: #999999. Windows color (decimal): -2256378 or 430813. OLE color: 430813.

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

Color convert

RGB 221 146 6 -
CMYK 0 0.34 0.97 0.13
HSL 39.07º 0.95% 0.45% -
HSV(B) 39.07º 0.97% 0.87% -
XYZ 40.13 35.94 4.99 -
YUV 152.47 45.35 176.88 -
System Red Green Blue C M Y K H S L
Decimal 221 146 6 0 0.34 0.97 0.13 39.07 0.95 0.45
Hex DD 92 6 0 22 61 D 27 5F 2D
Octal 335 222 6 0 42 141 15 47 137 55
Binary 11011101 10010010 110 0 100010 1100001 1101 100111 1011111 101101

Color Harmonies of #DD9206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9206

Black with #DD9206

Text Example


Text Example

White with #DD9206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9206; }

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

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

background-color css

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

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

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

border-color css

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

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

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