Html Css Color HEX #DC910C Gamboge

📋 copy color: '#DC910C'

red 220 ◦ green 145 ◦ blue 12

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

Shades of Gamboge #DC910C

Tints of Gamboge #DC910C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.18%

R = 58.36%
G = 38.46%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC910C (or 0xDC910C) is known color: Gamboge. HEX triplet: DC, 91 and 0C. RGB value is (220,145,12). Sum of RGB (Red+Green+Blue) = 220+145+12=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 12 (5.08% from 255 or 3.18% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC910C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC910C is #236EF3. Grayscale: #989898. Windows color (decimal): -2322164 or 823772. OLE color: 823772.

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

Color convert

RGB 220 145 12 -
CMYK 0 0.34 0.95 0.14
HSL 38.37º 0.9% 0.45% -
HSV(B) 38.37º 0.95% 0.86% -
XYZ 39.71 35.49 5.11 -
YUV 152.26 48.85 176.31 -
System Red Green Blue C M Y K H S L
Decimal 220 145 12 0 0.34 0.95 0.14 38.37 0.9 0.45
Hex DC 91 C 0 22 5F E 26 5A 2D
Octal 334 221 14 0 42 137 16 46 132 55
Binary 11011100 10010001 1100 0 100010 1011111 1110 100110 1011010 101101

Color Harmonies of #DC910C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC910C

Black with #DC910C

Text Example


Text Example

White with #DC910C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC910C; }

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

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

background-color css

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

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

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

border-color css

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

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

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