Html Css Color HEX #DC8D0A Gamboge

📋 copy color: '#DC8D0A'

red 220 ◦ green 141 ◦ blue 10

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

Shades of Gamboge #DC8D0A

Tints of Gamboge #DC8D0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.7%

R = 59.3%
G = 38.01%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC8D0A (or 0xDC8D0A) is known color: Gamboge. HEX triplet: DC, 8D and 0A. RGB value is (220,141,10). Sum of RGB (Red+Green+Blue) = 220+141+10=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 10 (4.30% from 255 or 2.70% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8D0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8D0A is #2372F5. Grayscale: #969696. Windows color (decimal): -2323190 or 691676. OLE color: 691676.

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

Color convert

RGB 220 141 10 -
CMYK 0 0.36 0.95 0.14
HSL 37.43º 0.91% 0.45% -
HSV(B) 37.43º 0.95% 0.86% -
XYZ 39.09 34.29 4.84 -
YUV 149.69 49.17 178.15 -
System Red Green Blue C M Y K H S L
Decimal 220 141 10 0 0.36 0.95 0.14 37.43 0.91 0.45
Hex DC 8D A 0 24 5F E 25 5B 2D
Octal 334 215 12 0 44 137 16 45 133 55
Binary 11011100 10001101 1010 0 100100 1011111 1110 100101 1011011 101101

Color Harmonies of #DC8D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8D0A

Black with #DC8D0A

Text Example


Text Example

White with #DC8D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8D0A; }

 p { color: rgb(220,141,10); }

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

background-color css

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

 a { background-color: rgb(220,141,10); }

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

border-color css

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

 span { border-color: rgb(220,141,10); }

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