Html Css Color HEX #DD9401 Gamboge

📋 copy color: '#DD9401'

red 221 ◦ green 148 ◦ blue 1

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

Shades of Gamboge #DD9401

Tints of Gamboge #DD9401

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40%

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

R = 59.73%
G = 40%
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

#DD9401 (or 0xDD9401) is known color: Gamboge. HEX triplet: DD, 94 and 01. RGB value is (221,148,1). Sum of RGB (Red+Green+Blue) = 221+148+1=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 1 (0.78% from 255 or 0.27% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9401 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9401 is #226BFE. Grayscale: #999999. Windows color (decimal): -2255871 or 103645. OLE color: 103645.

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

Color convert

RGB 221 148 1 -
CMYK 0 0.33 1.00 0.13
HSL 40.09º 0.99% 0.44% -
HSV(B) 40.09º 1% 0.87% -
XYZ 40.41 36.55 4.95 -
YUV 153.07 42.18 176.45 -
System Red Green Blue C M Y K H S L
Decimal 221 148 1 0 0.33 1.00 0.13 40.09 0.99 0.44
Hex DD 94 1 0 21 64 D 28 63 2C
Octal 335 224 1 0 41 144 15 50 143 54
Binary 11011101 10010100 1 0 100001 1100100 1101 101000 1100011 101100

Color Harmonies of #DD9401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9401

Black with #DD9401

Text Example


Text Example

White with #DD9401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9401; }

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

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

background-color css

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

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

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

border-color css

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

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

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