Html Css Color HEX #DD8915 Gamboge

📋 copy color: '#DD8915'

red 221 ◦ green 137 ◦ blue 21

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

Shades of Gamboge #DD8915

Tints of Gamboge #DD8915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.54%

R = 58.31%
G = 36.15%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD8915 (or 0xDD8915) is known color: Gamboge. HEX triplet: DD, 89 and 15. RGB value is (221,137,21). Sum of RGB (Red+Green+Blue) = 221+137+21=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 21 (8.59% from 255 or 5.54% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8915 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8915 is #2276EA. Grayscale: #959595. Windows color (decimal): -2258667 or 1411549. OLE color: 1411549.

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

Color convert

RGB 221 137 21 -
CMYK 0 0.38 0.90 0.13
HSL 34.8º 0.83% 0.47% -
HSV(B) 34.8º 0.9% 0.87% -
XYZ 38.9 33.32 5.09 -
YUV 148.89 55.83 179.43 -
System Red Green Blue C M Y K H S L
Decimal 221 137 21 0 0.38 0.90 0.13 34.8 0.83 0.47
Hex DD 89 15 0 26 5A D 23 53 2F
Octal 335 211 25 0 46 132 15 43 123 57
Binary 11011101 10001001 10101 0 100110 1011010 1101 100011 1010011 101111

Color Harmonies of #DD8915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8915

Black with #DD8915

Text Example


Text Example

White with #DD8915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8915; }

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

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

background-color css

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

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

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

border-color css

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

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

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