Html Css Color HEX #DD8914 Gamboge

📋 copy color: '#DD8914'

red 221 ◦ green 137 ◦ blue 20

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

Shades of Gamboge #DD8914

Tints of Gamboge #DD8914

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.24%

 BLUE value IS 20 (8.2% from 255) = 5.29%

R = 58.47%
G = 36.24%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD8914 (or 0xDD8914) is known color: Gamboge. HEX triplet: DD, 89 and 14. RGB value is (221,137,20). Sum of RGB (Red+Green+Blue) = 221+137+20=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 20 (8.20% from 255 or 5.29% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8914 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8914 is #2276EB. Grayscale: #959595. Windows color (decimal): -2258668 or 1346013. OLE color: 1346013.

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

Color convert

RGB 221 137 20 -
CMYK 0 0.38 0.91 0.13
HSL 34.93º 0.83% 0.47% -
HSV(B) 34.93º 0.91% 0.87% -
XYZ 38.89 33.31 5.04 -
YUV 148.78 55.33 179.51 -
System Red Green Blue C M Y K H S L
Decimal 221 137 20 0 0.38 0.91 0.13 34.93 0.83 0.47
Hex DD 89 14 0 26 5B D 23 53 2F
Octal 335 211 24 0 46 133 15 43 123 57
Binary 11011101 10001001 10100 0 100110 1011011 1101 100011 1010011 101111

Color Harmonies of #DD8914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8914

Black with #DD8914

Text Example


Text Example

White with #DD8914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8914; }

 p { color: rgb(221,137,20); }

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

background-color css

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

 a { background-color: rgb(221,137,20); }

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

border-color css

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

 span { border-color: rgb(221,137,20); }

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