Html Css Color HEX #DD880B Gamboge

📋 copy color: '#DD880B'

red 221 ◦ green 136 ◦ blue 11

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

Shades of Gamboge #DD880B

Tints of Gamboge #DD880B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.99%

R = 60.05%
G = 36.96%
B = 2.99%

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

#DD880B (or 0xDD880B) is known color: Gamboge. HEX triplet: DD, 88 and 0B. RGB value is (221,136,11). Sum of RGB (Red+Green+Blue) = 221+136+11=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 136 (53.52% from 255 or 36.96% from 368); Blue value is 11 (4.69% from 255 or 2.99% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD880B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD880B is #2277F4. Grayscale: #939393. Windows color (decimal): -2258933 or 755933. OLE color: 755933.

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

Color convert

RGB 221 136 11 -
CMYK 0 0.38 0.95 0.13
HSL 35.71º 0.91% 0.45% -
HSV(B) 35.71º 0.95% 0.87% -
XYZ 38.68 33 4.65 -
YUV 147.17 51.16 180.66 -
System Red Green Blue C M Y K H S L
Decimal 221 136 11 0 0.38 0.95 0.13 35.71 0.91 0.45
Hex DD 88 B 0 26 5F D 24 5B 2D
Octal 335 210 13 0 46 137 15 44 133 55
Binary 11011101 10001000 1011 0 100110 1011111 1101 100100 1011011 101101

Color Harmonies of #DD880B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD880B

Black with #DD880B

Text Example


Text Example

White with #DD880B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD880B; }

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

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

background-color css

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

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

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

border-color css

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

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

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