Html Css Color HEX #DD9816 Gamboge

📋 copy color: '#DD9816'

red 221 ◦ green 152 ◦ blue 22

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

Shades of Gamboge #DD9816

Tints of Gamboge #DD9816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.57%

R = 55.95%
G = 38.48%
B = 5.57%

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

#DD9816 (or 0xDD9816) is known color: Gamboge. HEX triplet: DD, 98 and 16. RGB value is (221,152,22). Sum of RGB (Red+Green+Blue) = 221+152+22=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 152 (59.77% from 255 or 38.48% from 395); Blue value is 22 (8.98% from 255 or 5.57% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9816 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9816 is #2267E9. Grayscale: #9E9E9E. Windows color (decimal): -2254826 or 1480925. OLE color: 1480925.

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

Color convert

RGB 221 152 22 -
CMYK 0 0.31 0.90 0.13
HSL 39.2º 0.82% 0.48% -
HSV(B) 39.2º 0.9% 0.87% -
XYZ 41.19 37.89 5.9 -
YUV 157.81 51.36 173.07 -
System Red Green Blue C M Y K H S L
Decimal 221 152 22 0 0.31 0.90 0.13 39.2 0.82 0.48
Hex DD 98 16 0 1F 5A D 27 52 30
Octal 335 230 26 0 37 132 15 47 122 60
Binary 11011101 10011000 10110 0 11111 1011010 1101 100111 1010010 110000

Color Harmonies of #DD9816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9816

Black with #DD9816

Text Example


Text Example

White with #DD9816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9816; }

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

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

background-color css

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

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

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

border-color css

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

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

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