Html Css Color HEX #DD9306 Gamboge

📋 copy color: '#DD9306'

red 221 ◦ green 147 ◦ blue 6

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

Shades of Gamboge #DD9306

Tints of Gamboge #DD9306

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.3%

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

R = 59.09%
G = 39.3%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.97

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DD9306 (or 0xDD9306) is known color: Gamboge. HEX triplet: DD, 93 and 06. RGB value is (221,147,6). Sum of RGB (Red+Green+Blue) = 221+147+6=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 147 (57.81% from 255 or 39.30% from 374); Blue value is 6 (2.73% from 255 or 1.60% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9306 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9306 is #226CF9. Grayscale: #999999. Windows color (decimal): -2256122 or 431069. OLE color: 431069.

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

Color convert

RGB 221 147 6 -
CMYK 0 0.33 0.97 0.13
HSL 39.35º 0.95% 0.45% -
HSV(B) 39.35º 0.97% 0.87% -
XYZ 40.29 36.25 5.05 -
YUV 153.05 45.02 176.46 -
System Red Green Blue C M Y K H S L
Decimal 221 147 6 0 0.33 0.97 0.13 39.35 0.95 0.45
Hex DD 93 6 0 21 61 D 27 5F 2D
Octal 335 223 6 0 41 141 15 47 137 55
Binary 11011101 10010011 110 0 100001 1100001 1101 100111 1011111 101101

Color Harmonies of #DD9306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9306

Black with #DD9306

Text Example


Text Example

White with #DD9306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9306; }

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

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

background-color css

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

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

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

border-color css

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

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

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