Html Css Color HEX #DD9C14 Gamboge

📋 copy color: '#DD9C14'

red 221 ◦ green 156 ◦ blue 20

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

Shades of Gamboge #DD9C14

Tints of Gamboge #DD9C14

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.29%

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

R = 55.67%
G = 39.29%
B = 5.04%

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

#DD9C14 (or 0xDD9C14) is known color: Gamboge. HEX triplet: DD, 9C and 14. RGB value is (221,156,20). Sum of RGB (Red+Green+Blue) = 221+156+20=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 20 (8.20% from 255 or 5.04% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9C14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9C14 is #2263EB. Grayscale: #A0A0A0. Windows color (decimal): -2253804 or 1350877. OLE color: 1350877.

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

Color convert

RGB 221 156 20 -
CMYK 0 0.29 0.91 0.13
HSL 40.6º 0.83% 0.47% -
HSV(B) 40.6º 0.91% 0.87% -
XYZ 41.83 39.2 6.02 -
YUV 159.93 49.03 171.56 -
System Red Green Blue C M Y K H S L
Decimal 221 156 20 0 0.29 0.91 0.13 40.6 0.83 0.47
Hex DD 9C 14 0 1D 5B D 29 53 2F
Octal 335 234 24 0 35 133 15 51 123 57
Binary 11011101 10011100 10100 0 11101 1011011 1101 101001 1010011 101111

Color Harmonies of #DD9C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9C14

Black with #DD9C14

Text Example


Text Example

White with #DD9C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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