Html Css Color HEX #DD8A15 Gamboge

📋 copy color: '#DD8A15'

red 221 ◦ green 138 ◦ blue 21

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

Shades of Gamboge #DD8A15

Tints of Gamboge #DD8A15

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.32%

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

R = 58.16%
G = 36.32%
B = 5.53%

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

#DD8A15 (or 0xDD8A15) is known color: Gamboge. HEX triplet: DD, 8A and 15. RGB value is (221,138,21). Sum of RGB (Red+Green+Blue) = 221+138+21=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 21 (8.59% from 255 or 5.53% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8A15 is #2275EA. Grayscale: #969696. Windows color (decimal): -2258411 or 1411805. OLE color: 1411805.

HSL color Cylindrical-coordinate representation of color #DD8A15: hue angle of 35.1º 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 #DD8A15 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 138 21 -
CMYK 0 0.38 0.90 0.13
HSL 35.1º 0.83% 0.47% -
HSV(B) 35.1º 0.9% 0.87% -
XYZ 39.04 33.6 5.14 -
YUV 149.48 55.5 179.01 -
System Red Green Blue C M Y K H S L
Decimal 221 138 21 0 0.38 0.90 0.13 35.1 0.83 0.47
Hex DD 8A 15 0 26 5A D 23 53 2F
Octal 335 212 25 0 46 132 15 43 123 57
Binary 11011101 10001010 10101 0 100110 1011010 1101 100011 1010011 101111

Color Harmonies of #DD8A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8A15

Black with #DD8A15

Text Example


Text Example

White with #DD8A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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