Html Css Color HEX #DD961A Gamboge

📋 copy color: '#DD961A'

red 221 ◦ green 150 ◦ blue 26

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

Shades of Gamboge #DD961A

Tints of Gamboge #DD961A

RGB

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

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

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

R = 55.67%
G = 37.78%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD961A (or 0xDD961A) is known color: Gamboge. HEX triplet: DD, 96 and 1A. RGB value is (221,150,26). Sum of RGB (Red+Green+Blue) = 221+150+26=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 26 (10.55% from 255 or 6.55% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD961A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD961A is #2269E5. Grayscale: #9D9D9D. Windows color (decimal): -2255334 or 1742557. OLE color: 1742557.

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

Color convert

RGB 221 150 26 -
CMYK 0 0.32 0.88 0.13
HSL 38.15º 0.79% 0.48% -
HSV(B) 38.15º 0.88% 0.87% -
XYZ 40.91 37.26 6.01 -
YUV 157.09 54.02 173.58 -
System Red Green Blue C M Y K H S L
Decimal 221 150 26 0 0.32 0.88 0.13 38.15 0.79 0.48
Hex DD 96 1A 0 20 58 D 26 4F 30
Octal 335 226 32 0 40 130 15 46 117 60
Binary 11011101 10010110 11010 0 100000 1011000 1101 100110 1001111 110000

Color Harmonies of #DD961A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD961A

Black with #DD961A

Text Example


Text Example

White with #DD961A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD961A; }

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

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

background-color css

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

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

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

border-color css

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

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

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