Html Css Color HEX #DD9818 Gamboge

📋 copy color: '#DD9818'

red 221 ◦ green 152 ◦ blue 24

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

Shades of Gamboge #DD9818

Tints of Gamboge #DD9818

RGB

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

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

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

R = 55.67%
G = 38.29%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD9818 (or 0xDD9818) is known color: Gamboge. HEX triplet: DD, 98 and 18. RGB value is (221,152,24). Sum of RGB (Red+Green+Blue) = 221+152+24=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 152 (59.77% from 255 or 38.29% from 397); Blue value is 24 (9.77% from 255 or 6.05% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9818 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9818 is #2267E7. Grayscale: #9E9E9E. Windows color (decimal): -2254824 or 1611997. OLE color: 1611997.

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

Color convert

RGB 221 152 24 -
CMYK 0 0.31 0.89 0.13
HSL 38.98º 0.8% 0.48% -
HSV(B) 38.98º 0.89% 0.87% -
XYZ 41.21 37.89 6.01 -
YUV 158.04 52.36 172.91 -
System Red Green Blue C M Y K H S L
Decimal 221 152 24 0 0.31 0.89 0.13 38.98 0.8 0.48
Hex DD 98 18 0 1F 59 D 27 50 30
Octal 335 230 30 0 37 131 15 47 120 60
Binary 11011101 10011000 11000 0 11111 1011001 1101 100111 1010000 110000

Color Harmonies of #DD9818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9818

Black with #DD9818

Text Example


Text Example

White with #DD9818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9818; }

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

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

background-color css

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

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

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

border-color css

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

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

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