Html Css Color HEX #DC9105 Gamboge

📋 copy color: '#DC9105'

red 220 ◦ green 145 ◦ blue 5

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

Shades of Gamboge #DC9105

Tints of Gamboge #DC9105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.35%

R = 59.46%
G = 39.19%
B = 1.35%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DC9105 (or 0xDC9105) is known color: Gamboge. HEX triplet: DC, 91 and 05. RGB value is (220,145,5). Sum of RGB (Red+Green+Blue) = 220+145+5=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 145 (57.03% from 255 or 39.19% from 370); Blue value is 5 (2.34% from 255 or 1.35% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9105 is #236EFA. Grayscale: #989898. Windows color (decimal): -2322171 or 365020. OLE color: 365020.

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

Color convert

RGB 220 145 5 -
CMYK 0 0.34 0.98 0.14
HSL 39.07º 0.96% 0.44% -
HSV(B) 39.07º 0.98% 0.86% -
XYZ 39.67 35.48 4.9 -
YUV 151.47 45.35 176.88 -
System Red Green Blue C M Y K H S L
Decimal 220 145 5 0 0.34 0.98 0.14 39.07 0.96 0.44
Hex DC 91 5 0 22 62 E 27 60 2C
Octal 334 221 5 0 42 142 16 47 140 54
Binary 11011100 10010001 101 0 100010 1100010 1110 100111 1100000 101100

Color Harmonies of #DC9105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9105

Black with #DC9105

Text Example


Text Example

White with #DC9105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9105; }

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

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

background-color css

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

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

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

border-color css

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

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

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