Html Css Color HEX #DD8909 Gamboge

📋 copy color: '#DD8909'

red 221 ◦ green 137 ◦ blue 9

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

Shades of Gamboge #DD8909

Tints of Gamboge #DD8909

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.33%

 BLUE value IS 9 (3.91% from 255) = 2.45%

R = 60.22%
G = 37.33%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD8909 (or 0xDD8909) is known color: Gamboge. HEX triplet: DD, 89 and 09. RGB value is (221,137,9). Sum of RGB (Red+Green+Blue) = 221+137+9=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 137 (53.91% from 255 or 37.33% from 367); Blue value is 9 (3.91% from 255 or 2.45% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8909 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8909 is #2276F6. Grayscale: #949494. Windows color (decimal): -2258679 or 625117. OLE color: 625117.

HSL color Cylindrical-coordinate representation of color #DD8909: hue angle of 36.23º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD8909 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 137 9 -
CMYK 0 0.38 0.96 0.13
HSL 36.23º 0.92% 0.45% -
HSV(B) 36.23º 0.96% 0.87% -
XYZ 38.81 33.28 4.64 -
YUV 147.52 49.83 180.41 -
System Red Green Blue C M Y K H S L
Decimal 221 137 9 0 0.38 0.96 0.13 36.23 0.92 0.45
Hex DD 89 9 0 26 60 D 24 5C 2D
Octal 335 211 11 0 46 140 15 44 134 55
Binary 11011101 10001001 1001 0 100110 1100000 1101 100100 1011100 101101

Color Harmonies of #DD8909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8909

Black with #DD8909

Text Example


Text Example

White with #DD8909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8909; }

 p { color: rgb(221,137,9); }

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

background-color css

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

 a { background-color: rgb(221,137,9); }

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

border-color css

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

 span { border-color: rgb(221,137,9); }

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