Html Css Color HEX #DD8D0C Gamboge

📋 copy color: '#DD8D0C'

red 221 ◦ green 141 ◦ blue 12

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

Shades of Gamboge #DD8D0C

Tints of Gamboge #DD8D0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.21%

R = 59.09%
G = 37.7%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD8D0C (or 0xDD8D0C) is known color: Gamboge. HEX triplet: DD, 8D and 0C. RGB value is (221,141,12). Sum of RGB (Red+Green+Blue) = 221+141+12=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 141 (55.47% from 255 or 37.70% from 374); Blue value is 12 (5.08% from 255 or 3.21% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8D0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8D0C is #2272F3. Grayscale: #969696. Windows color (decimal): -2257652 or 822749. OLE color: 822749.

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

Color convert

RGB 221 141 12 -
CMYK 0 0.36 0.95 0.13
HSL 37.03º 0.9% 0.46% -
HSV(B) 37.03º 0.95% 0.87% -
XYZ 39.41 34.45 4.92 -
YUV 150.21 50 178.49 -
System Red Green Blue C M Y K H S L
Decimal 221 141 12 0 0.36 0.95 0.13 37.03 0.9 0.46
Hex DD 8D C 0 24 5F D 25 5A 2E
Octal 335 215 14 0 44 137 15 45 132 56
Binary 11011101 10001101 1100 0 100100 1011111 1101 100101 1011010 101110

Color Harmonies of #DD8D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8D0C

Black with #DD8D0C

Text Example


Text Example

White with #DD8D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8D0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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