Html Css Color HEX #DC991A Gamboge

📋 copy color: '#DC991A'

red 220 ◦ green 153 ◦ blue 26

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

Shades of Gamboge #DC991A

Tints of Gamboge #DC991A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.35%

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

R = 55.14%
G = 38.35%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DC991A (or 0xDC991A) is known color: Gamboge. HEX triplet: DC, 99 and 1A. RGB value is (220,153,26). Sum of RGB (Red+Green+Blue) = 220+153+26=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 153 (60.16% from 255 or 38.35% from 399); Blue value is 26 (10.55% from 255 or 6.52% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC991A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC991A is #2366E5. Grayscale: #9F9F9F. Windows color (decimal): -2320102 or 1743324. OLE color: 1743324.

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

Color convert

RGB 220 153 26 -
CMYK 0 0.30 0.88 0.14
HSL 39.28º 0.79% 0.48% -
HSV(B) 39.28º 0.88% 0.86% -
XYZ 41.09 38.07 6.16 -
YUV 158.56 53.2 171.83 -
System Red Green Blue C M Y K H S L
Decimal 220 153 26 0 0.30 0.88 0.14 39.28 0.79 0.48
Hex DC 99 1A 0 1E 58 E 27 4F 30
Octal 334 231 32 0 36 130 16 47 117 60
Binary 11011100 10011001 11010 0 11110 1011000 1110 100111 1001111 110000

Color Harmonies of #DC991A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC991A

Black with #DC991A

Text Example


Text Example

White with #DC991A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC991A; }

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

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

background-color css

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

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

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

border-color css

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

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

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