Html Css Color HEX #DD9308 Gamboge

📋 copy color: '#DD9308'

red 221 ◦ green 147 ◦ blue 8

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

Shades of Gamboge #DD9308

Tints of Gamboge #DD9308

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.1%

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

R = 58.78%
G = 39.1%
B = 2.13%

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

#DD9308 (or 0xDD9308) is known color: Gamboge. HEX triplet: DD, 93 and 08. RGB value is (221,147,8). Sum of RGB (Red+Green+Blue) = 221+147+8=376 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.78% from 376); Green value is 147 (57.81% from 255 or 39.10% from 376); Blue value is 8 (3.52% from 255 or 2.13% from 376); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9308 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9308 is #226CF7. Grayscale: #999999. Windows color (decimal): -2256120 or 562141. OLE color: 562141.

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

Color convert

RGB 221 147 8 -
CMYK 0 0.33 0.96 0.13
HSL 39.15º 0.93% 0.45% -
HSV(B) 39.15º 0.96% 0.87% -
XYZ 40.3 36.26 5.1 -
YUV 153.28 46.02 176.3 -
System Red Green Blue C M Y K H S L
Decimal 221 147 8 0 0.33 0.96 0.13 39.15 0.93 0.45
Hex DD 93 8 0 21 60 D 27 5D 2D
Octal 335 223 10 0 41 140 15 47 135 55
Binary 11011101 10010011 1000 0 100001 1100000 1101 100111 1011101 101101

Color Harmonies of #DD9308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9308

Black with #DD9308

Text Example


Text Example

White with #DD9308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9308; }

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

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

background-color css

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

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

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

border-color css

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

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

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