Html Css Color HEX #DD900F Gamboge

📋 copy color: '#DD900F'

red 221 ◦ green 144 ◦ blue 15

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

Shades of Gamboge #DD900F

Tints of Gamboge #DD900F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.89%

 BLUE value IS 15 (6.25% from 255) = 3.95%

R = 58.16%
G = 37.89%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD900F (or 0xDD900F) is known color: Gamboge. HEX triplet: DD, 90 and 0F. RGB value is (221,144,15). Sum of RGB (Red+Green+Blue) = 221+144+15=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 15 (6.25% from 255 or 3.95% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD900F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD900F is #226FF0. Grayscale: #989898. Windows color (decimal): -2256881 or 1020125. OLE color: 1020125.

HSL color Cylindrical-coordinate representation of color #DD900F: hue angle of 37.57º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD900F is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 144 15 -
CMYK 0 0.35 0.93 0.13
HSL 37.57º 0.87% 0.46% -
HSV(B) 37.57º 0.93% 0.87% -
XYZ 39.88 35.35 5.17 -
YUV 152.32 50.51 176.99 -
System Red Green Blue C M Y K H S L
Decimal 221 144 15 0 0.35 0.93 0.13 37.57 0.87 0.46
Hex DD 90 F 0 23 5D D 26 57 2E
Octal 335 220 17 0 43 135 15 46 127 56
Binary 11011101 10010000 1111 0 100011 1011101 1101 100110 1010111 101110

Color Harmonies of #DD900F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD900F

Black with #DD900F

Text Example


Text Example

White with #DD900F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD900F; }

 p { color: rgb(221,144,15); }

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

background-color css

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

 a { background-color: rgb(221,144,15); }

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

border-color css

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

 span { border-color: rgb(221,144,15); }

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