Html Css Color HEX #DD9815 Gamboge

📋 copy color: '#DD9815'

red 221 ◦ green 152 ◦ blue 21

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

Shades of Gamboge #DD9815

Tints of Gamboge #DD9815

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.58%

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

R = 56.09%
G = 38.58%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD9815 (or 0xDD9815) is known color: Gamboge. HEX triplet: DD, 98 and 15. RGB value is (221,152,21). Sum of RGB (Red+Green+Blue) = 221+152+21=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 152 (59.77% from 255 or 38.58% from 394); Blue value is 21 (8.59% from 255 or 5.33% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9815 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9815 is #2267EA. Grayscale: #9E9E9E. Windows color (decimal): -2254827 or 1415389. OLE color: 1415389.

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

Color convert

RGB 221 152 21 -
CMYK 0 0.31 0.90 0.13
HSL 39.3º 0.83% 0.47% -
HSV(B) 39.3º 0.9% 0.87% -
XYZ 41.18 37.88 5.85 -
YUV 157.7 50.86 173.15 -
System Red Green Blue C M Y K H S L
Decimal 221 152 21 0 0.31 0.90 0.13 39.3 0.83 0.47
Hex DD 98 15 0 1F 5A D 27 53 2F
Octal 335 230 25 0 37 132 15 47 123 57
Binary 11011101 10011000 10101 0 11111 1011010 1101 100111 1010011 101111

Color Harmonies of #DD9815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9815

Black with #DD9815

Text Example


Text Example

White with #DD9815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9815; }

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

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

background-color css

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

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

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

border-color css

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

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

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