Html Css Color HEX #DD9305 Gamboge

📋 copy color: '#DD9305'

red 221 ◦ green 147 ◦ blue 5

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

Shades of Gamboge #DD9305

Tints of Gamboge #DD9305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.34%

R = 59.25%
G = 39.41%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DD9305 (or 0xDD9305) is known color: Gamboge. HEX triplet: DD, 93 and 05. RGB value is (221,147,5). Sum of RGB (Red+Green+Blue) = 221+147+5=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 5 (2.34% from 255 or 1.34% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9305 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9305 is #226CFA. Grayscale: #999999. Windows color (decimal): -2256123 or 365533. OLE color: 365533.

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

Color convert

RGB 221 147 5 -
CMYK 0 0.33 0.98 0.13
HSL 39.44º 0.96% 0.44% -
HSV(B) 39.44º 0.98% 0.87% -
XYZ 40.28 36.25 5.02 -
YUV 152.94 44.52 176.55 -
System Red Green Blue C M Y K H S L
Decimal 221 147 5 0 0.33 0.98 0.13 39.44 0.96 0.44
Hex DD 93 5 0 21 62 D 27 60 2C
Octal 335 223 5 0 41 142 15 47 140 54
Binary 11011101 10010011 101 0 100001 1100010 1101 100111 1100000 101100

Color Harmonies of #DD9305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9305

Black with #DD9305

Text Example


Text Example

White with #DD9305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9305; }

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

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

background-color css

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

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

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

border-color css

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

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

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