Html Css Color HEX #DD9E1A Gamboge

📋 copy color: '#DD9E1A'

red 221 ◦ green 158 ◦ blue 26

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

Shades of Gamboge #DD9E1A

Tints of Gamboge #DD9E1A

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.01%

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

R = 54.57%
G = 39.01%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD9E1A (or 0xDD9E1A) is known color: Gamboge. HEX triplet: DD, 9E and 1A. RGB value is (221,158,26). Sum of RGB (Red+Green+Blue) = 221+158+26=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 158 (62.11% from 255 or 39.01% from 405); Blue value is 26 (10.55% from 255 or 6.42% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9E1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9E1A is #2261E5. Grayscale: #A2A2A2. Windows color (decimal): -2253286 or 1744605. OLE color: 1744605.

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

Color convert

RGB 221 158 26 -
CMYK 0 0.29 0.88 0.13
HSL 40.62º 0.79% 0.48% -
HSV(B) 40.62º 0.88% 0.87% -
XYZ 42.23 39.9 6.45 -
YUV 161.79 51.37 170.23 -
System Red Green Blue C M Y K H S L
Decimal 221 158 26 0 0.29 0.88 0.13 40.62 0.79 0.48
Hex DD 9E 1A 0 1D 58 D 29 4F 30
Octal 335 236 32 0 35 130 15 51 117 60
Binary 11011101 10011110 11010 0 11101 1011000 1101 101001 1001111 110000

Color Harmonies of #DD9E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9E1A

Black with #DD9E1A

Text Example


Text Example

White with #DD9E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9E1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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