Html Css Color HEX #DD880C Gamboge

📋 copy color: '#DD880C'

red 221 ◦ green 136 ◦ blue 12

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

Shades of Gamboge #DD880C

Tints of Gamboge #DD880C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.86%

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

R = 59.89%
G = 36.86%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD880C (or 0xDD880C) is known color: Gamboge. HEX triplet: DD, 88 and 0C. RGB value is (221,136,12). Sum of RGB (Red+Green+Blue) = 221+136+12=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 12 (5.08% from 255 or 3.25% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD880C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD880C is #2277F3. Grayscale: #939393. Windows color (decimal): -2258932 or 821469. OLE color: 821469.

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

Color convert

RGB 221 136 12 -
CMYK 0 0.38 0.95 0.13
HSL 35.6º 0.9% 0.46% -
HSV(B) 35.6º 0.95% 0.87% -
XYZ 38.69 33.01 4.68 -
YUV 147.28 51.66 180.58 -
System Red Green Blue C M Y K H S L
Decimal 221 136 12 0 0.38 0.95 0.13 35.6 0.9 0.46
Hex DD 88 C 0 26 5F D 24 5A 2E
Octal 335 210 14 0 46 137 15 44 132 56
Binary 11011101 10001000 1100 0 100110 1011111 1101 100100 1011010 101110

Color Harmonies of #DD880C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD880C

Black with #DD880C

Text Example


Text Example

White with #DD880C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD880C; }

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

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

background-color css

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

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

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

border-color css

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

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

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