Html Css Color HEX #DC961A Gamboge

📋 copy color: '#DC961A'

red 220 ◦ green 150 ◦ blue 26

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

Shades of Gamboge #DC961A

Tints of Gamboge #DC961A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.88%

 BLUE value IS 26 (10.55% from 255) = 6.57%

R = 55.56%
G = 37.88%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DC961A (or 0xDC961A) is known color: Gamboge. HEX triplet: DC, 96 and 1A. RGB value is (220,150,26). Sum of RGB (Red+Green+Blue) = 220+150+26=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 150 (58.98% from 255 or 37.88% from 396); Blue value is 26 (10.55% from 255 or 6.57% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC961A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC961A is #2369E5. Grayscale: #9D9D9D. Windows color (decimal): -2320870 or 1742556. OLE color: 1742556.

HSL color Cylindrical-coordinate representation of color #DC961A: hue angle of 38.35º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC961A is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 150 26 -
CMYK 0 0.32 0.88 0.14
HSL 38.35º 0.79% 0.48% -
HSV(B) 38.35º 0.88% 0.86% -
XYZ 40.61 37.1 6 -
YUV 156.79 54.19 173.08 -
System Red Green Blue C M Y K H S L
Decimal 220 150 26 0 0.32 0.88 0.14 38.35 0.79 0.48
Hex DC 96 1A 0 20 58 E 26 4F 30
Octal 334 226 32 0 40 130 16 46 117 60
Binary 11011100 10010110 11010 0 100000 1011000 1110 100110 1001111 110000

Color Harmonies of #DC961A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC961A

Black with #DC961A

Text Example


Text Example

White with #DC961A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC961A; }

 p { color: rgb(220,150,26); }

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

background-color css

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

 a { background-color: rgb(220,150,26); }

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

border-color css

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

 span { border-color: rgb(220,150,26); }

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