Html Css Color HEX #DC880B Gamboge

📋 copy color: '#DC880B'

red 220 ◦ green 136 ◦ blue 11

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

Shades of Gamboge #DC880B

Tints of Gamboge #DC880B

RGB

 RED value IS 220 (86.33% from 255) = 59.95%

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

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

R = 59.95%
G = 37.06%
B = 3%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC880B (or 0xDC880B) is known color: Gamboge. HEX triplet: DC, 88 and 0B. RGB value is (220,136,11). Sum of RGB (Red+Green+Blue) = 220+136+11=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 11 (4.69% from 255 or 3.00% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC880B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC880B is #2377F4. Grayscale: #939393. Windows color (decimal): -2324469 or 755932. OLE color: 755932.

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

Color convert

RGB 220 136 11 -
CMYK 0 0.38 0.95 0.14
HSL 35.89º 0.9% 0.45% -
HSV(B) 35.89º 0.95% 0.86% -
XYZ 38.38 32.85 4.63 -
YUV 146.87 51.33 180.16 -
System Red Green Blue C M Y K H S L
Decimal 220 136 11 0 0.38 0.95 0.14 35.89 0.9 0.45
Hex DC 88 B 0 26 5F E 24 5A 2D
Octal 334 210 13 0 46 137 16 44 132 55
Binary 11011100 10001000 1011 0 100110 1011111 1110 100100 1011010 101101

Color Harmonies of #DC880B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC880B

Black with #DC880B

Text Example


Text Example

White with #DC880B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC880B; }

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

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

background-color css

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

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

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

border-color css

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

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

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