Html Css Color HEX #DC8D06 Gamboge

📋 copy color: '#DC8D06'

red 220 ◦ green 141 ◦ blue 6

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

Shades of Gamboge #DC8D06

Tints of Gamboge #DC8D06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.63%

R = 59.95%
G = 38.42%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DC8D06 (or 0xDC8D06) is known color: Gamboge. HEX triplet: DC, 8D and 06. RGB value is (220,141,6). Sum of RGB (Red+Green+Blue) = 220+141+6=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 141 (55.47% from 255 or 38.42% from 367); Blue value is 6 (2.73% from 255 or 1.63% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8D06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8D06 is #2372F9. Grayscale: #959595. Windows color (decimal): -2323194 or 429532. OLE color: 429532.

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

Color convert

RGB 220 141 6 -
CMYK 0 0.36 0.97 0.14
HSL 37.85º 0.95% 0.44% -
HSV(B) 37.85º 0.97% 0.86% -
XYZ 39.07 34.28 4.73 -
YUV 149.23 47.17 178.48 -
System Red Green Blue C M Y K H S L
Decimal 220 141 6 0 0.36 0.97 0.14 37.85 0.95 0.44
Hex DC 8D 6 0 24 61 E 26 5F 2C
Octal 334 215 6 0 44 141 16 46 137 54
Binary 11011100 10001101 110 0 100100 1100001 1110 100110 1011111 101100

Color Harmonies of #DC8D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8D06

Black with #DC8D06

Text Example


Text Example

White with #DC8D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8D06; }

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

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

background-color css

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

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

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

border-color css

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

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

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