Html Css Color HEX #DD9301 Gamboge

📋 copy color: '#DD9301'

red 221 ◦ green 147 ◦ blue 1

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

Shades of Gamboge #DD9301

Tints of Gamboge #DD9301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 59.89%
G = 39.84%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DD9301 (or 0xDD9301) is known color: Gamboge. HEX triplet: DD, 93 and 01. RGB value is (221,147,1). Sum of RGB (Red+Green+Blue) = 221+147+1=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 147 (57.81% from 255 or 39.84% from 369); Blue value is 1 (0.78% from 255 or 0.27% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9301 is #226CFE. Grayscale: #999999. Windows color (decimal): -2256127 or 103389. OLE color: 103389.

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

Color convert

RGB 221 147 1 -
CMYK 0 0.33 1.00 0.13
HSL 39.82º 0.99% 0.44% -
HSV(B) 39.82º 1% 0.87% -
XYZ 40.26 36.24 4.9 -
YUV 152.48 42.52 176.87 -
System Red Green Blue C M Y K H S L
Decimal 221 147 1 0 0.33 1.00 0.13 39.82 0.99 0.44
Hex DD 93 1 0 21 64 D 28 63 2C
Octal 335 223 1 0 41 144 15 50 143 54
Binary 11011101 10010011 1 0 100001 1100100 1101 101000 1100011 101100

Color Harmonies of #DD9301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9301

Black with #DD9301

Text Example


Text Example

White with #DD9301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9301; }

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

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

background-color css

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

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

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

border-color css

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

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

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