Html Css Color HEX #DD8D04 Gamboge

📋 copy color: '#DD8D04'

red 221 ◦ green 141 ◦ blue 4

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

Shades of Gamboge #DD8D04

Tints of Gamboge #DD8D04

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.52%

 BLUE value IS 4 (1.95% from 255) = 1.09%

R = 60.38%
G = 38.52%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DD8D04 (or 0xDD8D04) is known color: Gamboge. HEX triplet: DD, 8D and 04. RGB value is (221,141,4). Sum of RGB (Red+Green+Blue) = 221+141+4=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 141 (55.47% from 255 or 38.52% from 366); Blue value is 4 (1.95% from 255 or 1.09% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8D04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8D04 is #2272FB. Grayscale: #959595. Windows color (decimal): -2257660 or 298461. OLE color: 298461.

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

Color convert

RGB 221 141 4 -
CMYK 0 0.36 0.98 0.13
HSL 37.88º 0.96% 0.44% -
HSV(B) 37.88º 0.98% 0.87% -
XYZ 39.37 34.43 4.69 -
YUV 149.3 46 179.14 -
System Red Green Blue C M Y K H S L
Decimal 221 141 4 0 0.36 0.98 0.13 37.88 0.96 0.44
Hex DD 8D 4 0 24 62 D 26 60 2C
Octal 335 215 4 0 44 142 15 46 140 54
Binary 11011101 10001101 100 0 100100 1100010 1101 100110 1100000 101100

Color Harmonies of #DD8D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8D04

Black with #DD8D04

Text Example


Text Example

White with #DD8D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8D04; }

 p { color: rgb(221,141,4); }

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

background-color css

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

 a { background-color: rgb(221,141,4); }

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

border-color css

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

 span { border-color: rgb(221,141,4); }

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