Html Css Color HEX #DD9018 Gamboge

📋 copy color: '#DD9018'

red 221 ◦ green 144 ◦ blue 24

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

Shades of Gamboge #DD9018

Tints of Gamboge #DD9018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.17%

R = 56.81%
G = 37.02%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD9018 (or 0xDD9018) is known color: Gamboge. HEX triplet: DD, 90 and 18. RGB value is (221,144,24). Sum of RGB (Red+Green+Blue) = 221+144+24=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 24 (9.77% from 255 or 6.17% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9018 is #226FE7. Grayscale: #999999. Windows color (decimal): -2256872 or 1609949. OLE color: 1609949.

HSL color Cylindrical-coordinate representation of color #DD9018: hue angle of 36.55º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD9018 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 144 24 -
CMYK 0 0.35 0.89 0.13
HSL 36.55º 0.8% 0.48% -
HSV(B) 36.55º 0.89% 0.87% -
XYZ 39.96 35.38 5.59 -
YUV 153.34 55.01 176.26 -
System Red Green Blue C M Y K H S L
Decimal 221 144 24 0 0.35 0.89 0.13 36.55 0.8 0.48
Hex DD 90 18 0 23 59 D 25 50 30
Octal 335 220 30 0 43 131 15 45 120 60
Binary 11011101 10010000 11000 0 100011 1011001 1101 100101 1010000 110000

Color Harmonies of #DD9018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9018

Black with #DD9018

Text Example


Text Example

White with #DD9018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9018; }

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

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

background-color css

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

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

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

border-color css

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

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

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