Html Css Color HEX #DC8609 Gamboge

📋 copy color: '#DC8609'

red 220 ◦ green 134 ◦ blue 9

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

Shades of Gamboge #DC8609

Tints of Gamboge #DC8609

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.91%

 BLUE value IS 9 (3.91% from 255) = 2.48%

R = 60.61%
G = 36.91%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DC8609 (or 0xDC8609) is known color: Gamboge. HEX triplet: DC, 86 and 09. RGB value is (220,134,9). Sum of RGB (Red+Green+Blue) = 220+134+9=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 134 (52.73% from 255 or 36.91% from 363); Blue value is 9 (3.91% from 255 or 2.48% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8609 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8609 is #2379F6. Grayscale: #929292. Windows color (decimal): -2324983 or 624348. OLE color: 624348.

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

Color convert

RGB 220 134 9 -
CMYK 0 0.39 0.96 0.14
HSL 35.55º 0.92% 0.45% -
HSV(B) 35.55º 0.96% 0.86% -
XYZ 38.09 32.29 4.48 -
YUV 145.46 50.99 181.16 -
System Red Green Blue C M Y K H S L
Decimal 220 134 9 0 0.39 0.96 0.14 35.55 0.92 0.45
Hex DC 86 9 0 27 60 E 24 5C 2D
Octal 334 206 11 0 47 140 16 44 134 55
Binary 11011100 10000110 1001 0 100111 1100000 1110 100100 1011100 101101

Color Harmonies of #DC8609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8609

Black with #DC8609

Text Example


Text Example

White with #DC8609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8609; }

 p { color: rgb(220,134,9); }

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

background-color css

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

 a { background-color: rgb(220,134,9); }

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

border-color css

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

 span { border-color: rgb(220,134,9); }

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