Html Css Color HEX #DD9508 Gamboge

📋 copy color: '#DD9508'

red 221 ◦ green 149 ◦ blue 8

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

Shades of Gamboge #DD9508

Tints of Gamboge #DD9508

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.42%

 BLUE value IS 8 (3.52% from 255) = 2.12%

R = 58.47%
G = 39.42%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD9508 (or 0xDD9508) is known color: Gamboge. HEX triplet: DD, 95 and 08. RGB value is (221,149,8). Sum of RGB (Red+Green+Blue) = 221+149+8=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 149 (58.59% from 255 or 39.42% from 378); Blue value is 8 (3.52% from 255 or 2.12% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9508 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9508 is #226AF7. Grayscale: #9B9B9B. Windows color (decimal): -2255608 or 562653. OLE color: 562653.

HSL color Cylindrical-coordinate representation of color #DD9508: hue angle of 39.72º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD9508 is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 149 8 -
CMYK 0 0.33 0.96 0.13
HSL 39.72º 0.93% 0.45% -
HSV(B) 39.72º 0.96% 0.87% -
XYZ 40.61 36.88 5.21 -
YUV 154.45 45.35 175.46 -
System Red Green Blue C M Y K H S L
Decimal 221 149 8 0 0.33 0.96 0.13 39.72 0.93 0.45
Hex DD 95 8 0 21 60 D 28 5D 2D
Octal 335 225 10 0 41 140 15 50 135 55
Binary 11011101 10010101 1000 0 100001 1100000 1101 101000 1011101 101101

Color Harmonies of #DD9508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9508

Black with #DD9508

Text Example


Text Example

White with #DD9508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9508; }

 p { color: rgb(221,149,8); }

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

background-color css

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

 a { background-color: rgb(221,149,8); }

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

border-color css

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

 span { border-color: rgb(221,149,8); }

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