Html Css Color HEX #DD991A Gamboge

📋 copy color: '#DD991A'

red 221 ◦ green 153 ◦ blue 26

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

Shades of Gamboge #DD991A

Tints of Gamboge #DD991A

RGB

 RED value IS 221 (86.72% from 255) = 55.25%

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

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

R = 55.25%
G = 38.25%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD991A (or 0xDD991A) is known color: Gamboge. HEX triplet: DD, 99 and 1A. RGB value is (221,153,26). Sum of RGB (Red+Green+Blue) = 221+153+26=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 153 (60.16% from 255 or 38.25% from 400); Blue value is 26 (10.55% from 255 or 6.5% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD991A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD991A is #2266E5. Grayscale: #9F9F9F. Windows color (decimal): -2254566 or 1743325. OLE color: 1743325.

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

Color convert

RGB 221 153 26 -
CMYK 0 0.31 0.88 0.13
HSL 39.08º 0.79% 0.48% -
HSV(B) 39.08º 0.88% 0.87% -
XYZ 41.4 38.23 6.17 -
YUV 158.85 53.03 172.33 -
System Red Green Blue C M Y K H S L
Decimal 221 153 26 0 0.31 0.88 0.13 39.08 0.79 0.48
Hex DD 99 1A 0 1F 58 D 27 4F 30
Octal 335 231 32 0 37 130 15 47 117 60
Binary 11011101 10011001 11010 0 11111 1011000 1101 100111 1001111 110000

Color Harmonies of #DD991A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD991A

Black with #DD991A

Text Example


Text Example

White with #DD991A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD991A; }

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

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

background-color css

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

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

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

border-color css

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

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

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