Html Css Color HEX #DD951A Gamboge

📋 copy color: '#DD951A'

red 221 ◦ green 149 ◦ blue 26

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

Shades of Gamboge #DD951A

Tints of Gamboge #DD951A

RGB

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

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

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

R = 55.81%
G = 37.63%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD951A (or 0xDD951A) is known color: Gamboge. HEX triplet: DD, 95 and 1A. RGB value is (221,149,26). Sum of RGB (Red+Green+Blue) = 221+149+26=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 26 (10.55% from 255 or 6.57% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD951A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD951A is #226AE5. Grayscale: #9D9D9D. Windows color (decimal): -2255590 or 1742301. OLE color: 1742301.

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

Color convert

RGB 221 149 26 -
CMYK 0 0.33 0.88 0.13
HSL 37.85º 0.79% 0.48% -
HSV(B) 37.85º 0.88% 0.87% -
XYZ 40.75 36.94 5.96 -
YUV 156.51 54.35 174 -
System Red Green Blue C M Y K H S L
Decimal 221 149 26 0 0.33 0.88 0.13 37.85 0.79 0.48
Hex DD 95 1A 0 21 58 D 26 4F 30
Octal 335 225 32 0 41 130 15 46 117 60
Binary 11011101 10010101 11010 0 100001 1011000 1101 100110 1001111 110000

Color Harmonies of #DD951A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD951A

Black with #DD951A

Text Example


Text Example

White with #DD951A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD951A; }

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

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

background-color css

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

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

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

border-color css

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

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

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