Html Css Color HEX #DD9C05 Gamboge

📋 copy color: '#DD9C05'

red 221 ◦ green 156 ◦ blue 5

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

Shades of Gamboge #DD9C05

Tints of Gamboge #DD9C05

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.84%

 BLUE value IS 5 (2.34% from 255) = 1.31%

R = 57.85%
G = 40.84%
B = 1.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DD9C05 (or 0xDD9C05) is known color: Gamboge. HEX triplet: DD, 9C and 05. RGB value is (221,156,5). Sum of RGB (Red+Green+Blue) = 221+156+5=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 156 (61.33% from 255 or 40.84% from 382); Blue value is 5 (2.34% from 255 or 1.31% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9C05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9C05 is #2263FA. Grayscale: #9E9E9E. Windows color (decimal): -2253819 or 367837. OLE color: 367837.

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

Color convert

RGB 221 156 5 -
CMYK 0 0.29 0.98 0.13
HSL 41.94º 0.96% 0.44% -
HSV(B) 41.94º 0.98% 0.87% -
XYZ 41.73 39.16 5.5 -
YUV 158.22 41.53 172.78 -
System Red Green Blue C M Y K H S L
Decimal 221 156 5 0 0.29 0.98 0.13 41.94 0.96 0.44
Hex DD 9C 5 0 1D 62 D 2A 60 2C
Octal 335 234 5 0 35 142 15 52 140 54
Binary 11011101 10011100 101 0 11101 1100010 1101 101010 1100000 101100

Color Harmonies of #DD9C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9C05

Black with #DD9C05

Text Example


Text Example

White with #DD9C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9C05; }

 p { color: rgb(221,156,5); }

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

background-color css

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

 a { background-color: rgb(221,156,5); }

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

border-color css

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

 span { border-color: rgb(221,156,5); }

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