Html Css Color HEX #DC9413 Gamboge

📋 copy color: '#DC9413'

red 220 ◦ green 148 ◦ blue 19

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

Shades of Gamboge #DC9413

Tints of Gamboge #DC9413

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.24%

 BLUE value IS 19 (7.81% from 255) = 4.91%

R = 56.85%
G = 38.24%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC9413 (or 0xDC9413) is known color: Gamboge. HEX triplet: DC, 94 and 13. RGB value is (220,148,19). Sum of RGB (Red+Green+Blue) = 220+148+19=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 148 (58.20% from 255 or 38.24% from 387); Blue value is 19 (7.81% from 255 or 4.91% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9413 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9413 is #236BEC. Grayscale: #9B9B9B. Windows color (decimal): -2321389 or 1283292. OLE color: 1283292.

HSL color Cylindrical-coordinate representation of color #DC9413: hue angle of 38.51º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC9413 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 148 19 -
CMYK 0 0.33 0.91 0.14
HSL 38.51º 0.84% 0.47% -
HSV(B) 38.51º 0.91% 0.86% -
XYZ 40.22 36.44 5.53 -
YUV 154.82 51.35 174.49 -
System Red Green Blue C M Y K H S L
Decimal 220 148 19 0 0.33 0.91 0.14 38.51 0.84 0.47
Hex DC 94 13 0 21 5B E 27 54 2F
Octal 334 224 23 0 41 133 16 47 124 57
Binary 11011100 10010100 10011 0 100001 1011011 1110 100111 1010100 101111

Color Harmonies of #DC9413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9413

Black with #DC9413

Text Example


Text Example

White with #DC9413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9413; }

 p { color: rgb(220,148,19); }

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

background-color css

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

 a { background-color: rgb(220,148,19); }

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

border-color css

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

 span { border-color: rgb(220,148,19); }

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