Html Css Color HEX #DD9016 Gamboge

📋 copy color: '#DD9016'

red 221 ◦ green 144 ◦ blue 22

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

Shades of Gamboge #DD9016

Tints of Gamboge #DD9016

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.21%

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

R = 57.11%
G = 37.21%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD9016 (or 0xDD9016) is known color: Gamboge. HEX triplet: DD, 90 and 16. RGB value is (221,144,22). Sum of RGB (Red+Green+Blue) = 221+144+22=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 22 (8.98% from 255 or 5.68% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9016 is #226FE9. Grayscale: #999999. Windows color (decimal): -2256874 or 1478877. OLE color: 1478877.

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

Color convert

RGB 221 144 22 -
CMYK 0 0.35 0.90 0.13
HSL 36.78º 0.82% 0.48% -
HSV(B) 36.78º 0.9% 0.87% -
XYZ 39.94 35.38 5.48 -
YUV 153.12 54.01 176.42 -
System Red Green Blue C M Y K H S L
Decimal 221 144 22 0 0.35 0.90 0.13 36.78 0.82 0.48
Hex DD 90 16 0 23 5A D 25 52 30
Octal 335 220 26 0 43 132 15 45 122 60
Binary 11011101 10010000 10110 0 100011 1011010 1101 100101 1010010 110000

Color Harmonies of #DD9016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9016

Black with #DD9016

Text Example


Text Example

White with #DD9016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9016; }

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

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

background-color css

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

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

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

border-color css

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

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

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