Html Css Color HEX #DC980B Gamboge

📋 copy color: '#DC980B'

red 220 ◦ green 152 ◦ blue 11

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

Shades of Gamboge #DC980B

Tints of Gamboge #DC980B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.69%

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

R = 57.44%
G = 39.69%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC980B (or 0xDC980B) is known color: Gamboge. HEX triplet: DC, 98 and 0B. RGB value is (220,152,11). Sum of RGB (Red+Green+Blue) = 220+152+11=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 152 (59.77% from 255 or 39.69% from 383); Blue value is 11 (4.69% from 255 or 2.87% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC980B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC980B is #2367F4. Grayscale: #9C9C9C. Windows color (decimal): -2320373 or 760028. OLE color: 760028.

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

Color convert

RGB 220 152 11 -
CMYK 0 0.31 0.95 0.14
HSL 40.48º 0.9% 0.45% -
HSV(B) 40.48º 0.95% 0.86% -
XYZ 40.8 37.7 5.44 -
YUV 156.26 46.03 173.46 -
System Red Green Blue C M Y K H S L
Decimal 220 152 11 0 0.31 0.95 0.14 40.48 0.9 0.45
Hex DC 98 B 0 1F 5F E 28 5A 2D
Octal 334 230 13 0 37 137 16 50 132 55
Binary 11011100 10011000 1011 0 11111 1011111 1110 101000 1011010 101101

Color Harmonies of #DC980B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC980B

Black with #DC980B

Text Example


Text Example

White with #DC980B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC980B; }

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

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

background-color css

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

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

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

border-color css

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

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

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