Html Css Color HEX #DC9106 Gamboge

📋 copy color: '#DC9106'

red 220 ◦ green 145 ◦ blue 6

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

Shades of Gamboge #DC9106

Tints of Gamboge #DC9106

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.08%

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

R = 59.3%
G = 39.08%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DC9106 (or 0xDC9106) is known color: Gamboge. HEX triplet: DC, 91 and 06. RGB value is (220,145,6). Sum of RGB (Red+Green+Blue) = 220+145+6=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 6 (2.73% from 255 or 1.62% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9106 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9106 is #236EF9. Grayscale: #989898. Windows color (decimal): -2322170 or 430556. OLE color: 430556.

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

Color convert

RGB 220 145 6 -
CMYK 0 0.34 0.97 0.14
HSL 38.97º 0.95% 0.44% -
HSV(B) 38.97º 0.97% 0.86% -
XYZ 39.67 35.48 4.93 -
YUV 151.58 45.85 176.8 -
System Red Green Blue C M Y K H S L
Decimal 220 145 6 0 0.34 0.97 0.14 38.97 0.95 0.44
Hex DC 91 6 0 22 61 E 27 5F 2C
Octal 334 221 6 0 42 141 16 47 137 54
Binary 11011100 10010001 110 0 100010 1100001 1110 100111 1011111 101100

Color Harmonies of #DC9106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9106

Black with #DC9106

Text Example


Text Example

White with #DC9106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9106; }

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

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

background-color css

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

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

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

border-color css

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

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

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