Html Css Color HEX #DD990E Gamboge

📋 copy color: '#DD990E'

red 221 ◦ green 153 ◦ blue 14

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

Shades of Gamboge #DD990E

Tints of Gamboge #DD990E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.43%

 BLUE value IS 14 (5.86% from 255) = 3.61%

R = 56.96%
G = 39.43%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DD990E (or 0xDD990E) is known color: Gamboge. HEX triplet: DD, 99 and 0E. RGB value is (221,153,14). Sum of RGB (Red+Green+Blue) = 221+153+14=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 14 (5.86% from 255 or 3.61% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD990E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD990E is #2266F1. Grayscale: #9E9E9E. Windows color (decimal): -2254578 or 956893. OLE color: 956893.

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

Color convert

RGB 221 153 14 -
CMYK 0 0.31 0.94 0.13
HSL 40.29º 0.88% 0.46% -
HSV(B) 40.29º 0.94% 0.87% -
XYZ 41.29 38.19 5.61 -
YUV 157.49 47.03 173.3 -
System Red Green Blue C M Y K H S L
Decimal 221 153 14 0 0.31 0.94 0.13 40.29 0.88 0.46
Hex DD 99 E 0 1F 5E D 28 58 2E
Octal 335 231 16 0 37 136 15 50 130 56
Binary 11011101 10011001 1110 0 11111 1011110 1101 101000 1011000 101110

Color Harmonies of #DD990E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD990E

Black with #DD990E

Text Example


Text Example

White with #DD990E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD990E; }

 p { color: rgb(221,153,14); }

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

background-color css

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

 a { background-color: rgb(221,153,14); }

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

border-color css

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

 span { border-color: rgb(221,153,14); }

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