Html Css Color HEX #DC8906 Gamboge

📋 copy color: '#DC8906'

red 220 ◦ green 137 ◦ blue 6

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

Shades of Gamboge #DC8906

Tints of Gamboge #DC8906

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.74%

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

R = 60.61%
G = 37.74%
B = 1.65%

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

#DC8906 (or 0xDC8906) is known color: Gamboge. HEX triplet: DC, 89 and 06. RGB value is (220,137,6). Sum of RGB (Red+Green+Blue) = 220+137+6=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 6 (2.73% from 255 or 1.65% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8906 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8906 is #2376F9. Grayscale: #939393. Windows color (decimal): -2324218 or 428508. OLE color: 428508.

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

Color convert

RGB 220 137 6 -
CMYK 0 0.38 0.97 0.14
HSL 36.73º 0.95% 0.44% -
HSV(B) 36.73º 0.97% 0.86% -
XYZ 38.49 33.12 4.54 -
YUV 146.88 48.5 180.15 -
System Red Green Blue C M Y K H S L
Decimal 220 137 6 0 0.38 0.97 0.14 36.73 0.95 0.44
Hex DC 89 6 0 26 61 E 25 5F 2C
Octal 334 211 6 0 46 141 16 45 137 54
Binary 11011100 10001001 110 0 100110 1100001 1110 100101 1011111 101100

Color Harmonies of #DC8906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8906

Black with #DC8906

Text Example


Text Example

White with #DC8906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8906; }

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

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

background-color css

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

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

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

border-color css

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

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

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