Html Css Color HEX #DD9405 Gamboge

📋 copy color: '#DD9405'

red 221 ◦ green 148 ◦ blue 5

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

Shades of Gamboge #DD9405

Tints of Gamboge #DD9405

RGB

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

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

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

R = 59.09%
G = 39.57%
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

#DD9405 (or 0xDD9405) is known color: Gamboge. HEX triplet: DD, 94 and 05. RGB value is (221,148,5). Sum of RGB (Red+Green+Blue) = 221+148+5=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 5 (2.34% from 255 or 1.34% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9405 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9405 is #226BFA. Grayscale: #9A9A9A. Windows color (decimal): -2255867 or 365789. OLE color: 365789.

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

Color convert

RGB 221 148 5 -
CMYK 0 0.33 0.98 0.13
HSL 39.72º 0.96% 0.44% -
HSV(B) 39.72º 0.98% 0.87% -
XYZ 40.44 36.56 5.07 -
YUV 153.53 44.18 176.13 -
System Red Green Blue C M Y K H S L
Decimal 221 148 5 0 0.33 0.98 0.13 39.72 0.96 0.44
Hex DD 94 5 0 21 62 D 28 60 2C
Octal 335 224 5 0 41 142 15 50 140 54
Binary 11011101 10010100 101 0 100001 1100010 1101 101000 1100000 101100

Color Harmonies of #DD9405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9405

Black with #DD9405

Text Example


Text Example

White with #DD9405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9405; }

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

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

background-color css

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

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

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

border-color css

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

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

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