Html Css Color HEX #DD9406 Gamboge

📋 copy color: '#DD9406'

red 221 ◦ green 148 ◦ blue 6

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

Shades of Gamboge #DD9406

Tints of Gamboge #DD9406

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.6%

R = 58.93%
G = 39.47%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DD9406 (or 0xDD9406) is known color: Gamboge. HEX triplet: DD, 94 and 06. RGB value is (221,148,6). Sum of RGB (Red+Green+Blue) = 221+148+6=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 6 (2.73% from 255 or 1.6% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9406 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9406 is #226BF9. Grayscale: #9A9A9A. Windows color (decimal): -2255866 or 431325. OLE color: 431325.

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

Color convert

RGB 221 148 6 -
CMYK 0 0.33 0.97 0.13
HSL 39.63º 0.95% 0.45% -
HSV(B) 39.63º 0.97% 0.87% -
XYZ 40.44 36.57 5.1 -
YUV 153.64 44.68 176.05 -
System Red Green Blue C M Y K H S L
Decimal 221 148 6 0 0.33 0.97 0.13 39.63 0.95 0.45
Hex DD 94 6 0 21 61 D 28 5F 2D
Octal 335 224 6 0 41 141 15 50 137 55
Binary 11011101 10010100 110 0 100001 1100001 1101 101000 1011111 101101

Color Harmonies of #DD9406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9406

Black with #DD9406

Text Example


Text Example

White with #DD9406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9406; }

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

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

background-color css

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

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

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

border-color css

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

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

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