Html Css Color HEX #DD9D14 Gamboge

📋 copy color: '#DD9D14'

red 221 ◦ green 157 ◦ blue 20

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

Shades of Gamboge #DD9D14

Tints of Gamboge #DD9D14

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.45%

 BLUE value IS 20 (8.2% from 255) = 5.03%

R = 55.53%
G = 39.45%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD9D14 (or 0xDD9D14) is known color: Gamboge. HEX triplet: DD, 9D and 14. RGB value is (221,157,20). Sum of RGB (Red+Green+Blue) = 221+157+20=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 157 (61.72% from 255 or 39.45% from 398); Blue value is 20 (8.20% from 255 or 5.03% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9D14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9D14 is #2262EB. Grayscale: #A1A1A1. Windows color (decimal): -2253548 or 1351133. OLE color: 1351133.

HSL color Cylindrical-coordinate representation of color #DD9D14: hue angle of 40.9º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD9D14 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 157 20 -
CMYK 0 0.29 0.91 0.13
HSL 40.9º 0.83% 0.47% -
HSV(B) 40.9º 0.91% 0.87% -
XYZ 42 39.54 6.08 -
YUV 160.52 48.7 171.14 -
System Red Green Blue C M Y K H S L
Decimal 221 157 20 0 0.29 0.91 0.13 40.9 0.83 0.47
Hex DD 9D 14 0 1D 5B D 29 53 2F
Octal 335 235 24 0 35 133 15 51 123 57
Binary 11011101 10011101 10100 0 11101 1011011 1101 101001 1010011 101111

Color Harmonies of #DD9D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9D14

Black with #DD9D14

Text Example


Text Example

White with #DD9D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9D14; }

 p { color: rgb(221,157,20); }

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

background-color css

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

 a { background-color: rgb(221,157,20); }

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

border-color css

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

 span { border-color: rgb(221,157,20); }

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