Html Css Color HEX #DD9412 Gamboge

📋 copy color: '#DD9412'

red 221 ◦ green 148 ◦ blue 18

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

Shades of Gamboge #DD9412

Tints of Gamboge #DD9412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.65%

R = 57.11%
G = 38.24%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD9412 (or 0xDD9412) is known color: Gamboge. HEX triplet: DD, 94 and 12. RGB value is (221,148,18). Sum of RGB (Red+Green+Blue) = 221+148+18=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 148 (58.20% from 255 or 38.24% from 387); Blue value is 18 (7.42% from 255 or 4.65% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9412 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9412 is #226BED. Grayscale: #9B9B9B. Windows color (decimal): -2255854 or 1217757. OLE color: 1217757.

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

Color convert

RGB 221 148 18 -
CMYK 0 0.33 0.92 0.13
HSL 38.42º 0.85% 0.47% -
HSV(B) 38.42º 0.92% 0.87% -
XYZ 40.52 36.6 5.5 -
YUV 155.01 50.68 175.07 -
System Red Green Blue C M Y K H S L
Decimal 221 148 18 0 0.33 0.92 0.13 38.42 0.85 0.47
Hex DD 94 12 0 21 5C D 26 55 2F
Octal 335 224 22 0 41 134 15 46 125 57
Binary 11011101 10010100 10010 0 100001 1011100 1101 100110 1010101 101111

Color Harmonies of #DD9412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9412

Black with #DD9412

Text Example


Text Example

White with #DD9412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9412; }

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

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

background-color css

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

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

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

border-color css

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

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

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