Html Css Color HEX #DC950D Gamboge

📋 copy color: '#DC950D'

red 220 ◦ green 149 ◦ blue 13

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

Shades of Gamboge #DC950D

Tints of Gamboge #DC950D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.01%

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

R = 57.59%
G = 39.01%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DC950D (or 0xDC950D) is known color: Gamboge. HEX triplet: DC, 95 and 0D. RGB value is (220,149,13). Sum of RGB (Red+Green+Blue) = 220+149+13=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 149 (58.59% from 255 or 39.01% from 382); Blue value is 13 (5.47% from 255 or 3.40% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC950D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC950D is #236AF2. Grayscale: #9B9B9B. Windows color (decimal): -2321139 or 890332. OLE color: 890332.

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

Color convert

RGB 220 149 13 -
CMYK 0 0.32 0.94 0.14
HSL 39.42º 0.89% 0.46% -
HSV(B) 39.42º 0.94% 0.86% -
XYZ 40.34 36.74 5.35 -
YUV 154.73 48.02 174.56 -
System Red Green Blue C M Y K H S L
Decimal 220 149 13 0 0.32 0.94 0.14 39.42 0.89 0.46
Hex DC 95 D 0 20 5E E 27 59 2E
Octal 334 225 15 0 40 136 16 47 131 56
Binary 11011100 10010101 1101 0 100000 1011110 1110 100111 1011001 101110

Color Harmonies of #DC950D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC950D

Black with #DC950D

Text Example


Text Example

White with #DC950D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC950D; }

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

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

background-color css

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

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

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

border-color css

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

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

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