Html Css Color HEX #DC910D Gamboge

📋 copy color: '#DC910D'

red 220 ◦ green 145 ◦ blue 13

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

Shades of Gamboge #DC910D

Tints of Gamboge #DC910D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.44%

R = 58.2%
G = 38.36%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DC910D (or 0xDC910D) is known color: Gamboge. HEX triplet: DC, 91 and 0D. RGB value is (220,145,13). Sum of RGB (Red+Green+Blue) = 220+145+13=378 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.20% from 378); Green value is 145 (57.03% from 255 or 38.36% from 378); Blue value is 13 (5.47% from 255 or 3.44% from 378); Max value from RGB is 220 - color contains mainly: red. Hex color #DC910D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC910D is #236EF2. Grayscale: #989898. Windows color (decimal): -2322163 or 889308. OLE color: 889308.

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

Color convert

RGB 220 145 13 -
CMYK 0 0.34 0.94 0.14
HSL 38.26º 0.89% 0.46% -
HSV(B) 38.26º 0.94% 0.86% -
XYZ 39.71 35.5 5.14 -
YUV 152.38 49.35 176.23 -
System Red Green Blue C M Y K H S L
Decimal 220 145 13 0 0.34 0.94 0.14 38.26 0.89 0.46
Hex DC 91 D 0 22 5E E 26 59 2E
Octal 334 221 15 0 42 136 16 46 131 56
Binary 11011100 10010001 1101 0 100010 1011110 1110 100110 1011001 101110

Color Harmonies of #DC910D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC910D

Black with #DC910D

Text Example


Text Example

White with #DC910D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC910D; }

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

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

background-color css

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

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

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

border-color css

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

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

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