Html Css Color HEX #DC8806 Gamboge

📋 copy color: '#DC8806'

red 220 ◦ green 136 ◦ blue 6

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

Shades of Gamboge #DC8806

Tints of Gamboge #DC8806

RGB

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

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

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

R = 60.77%
G = 37.57%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DC8806 (or 0xDC8806) is known color: Gamboge. HEX triplet: DC, 88 and 06. RGB value is (220,136,6). Sum of RGB (Red+Green+Blue) = 220+136+6=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 6 (2.73% from 255 or 1.66% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8806 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8806 is #2377F9. Grayscale: #929292. Windows color (decimal): -2324474 or 428252. OLE color: 428252.

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

Color convert

RGB 220 136 6 -
CMYK 0 0.38 0.97 0.14
HSL 36.45º 0.95% 0.44% -
HSV(B) 36.45º 0.97% 0.86% -
XYZ 38.35 32.84 4.49 -
YUV 146.3 48.83 180.57 -
System Red Green Blue C M Y K H S L
Decimal 220 136 6 0 0.38 0.97 0.14 36.45 0.95 0.44
Hex DC 88 6 0 26 61 E 24 5F 2C
Octal 334 210 6 0 46 141 16 44 137 54
Binary 11011100 10001000 110 0 100110 1100001 1110 100100 1011111 101100

Color Harmonies of #DC8806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8806

Black with #DC8806

Text Example


Text Example

White with #DC8806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8806; }

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

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

background-color css

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

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

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

border-color css

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

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

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