Html Css Color HEX #DD8A14 Gamboge

📋 copy color: '#DD8A14'

red 221 ◦ green 138 ◦ blue 20

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

Shades of Gamboge #DD8A14

Tints of Gamboge #DD8A14

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.41%

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

R = 58.31%
G = 36.41%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD8A14 (or 0xDD8A14) is known color: Gamboge. HEX triplet: DD, 8A and 14. RGB value is (221,138,20). Sum of RGB (Red+Green+Blue) = 221+138+20=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 20 (8.20% from 255 or 5.28% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8A14 is #2275EB. Grayscale: #959595. Windows color (decimal): -2258412 or 1346269. OLE color: 1346269.

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

Color convert

RGB 221 138 20 -
CMYK 0 0.38 0.91 0.13
HSL 35.22º 0.83% 0.47% -
HSV(B) 35.22º 0.91% 0.87% -
XYZ 39.03 33.6 5.09 -
YUV 149.37 55 179.09 -
System Red Green Blue C M Y K H S L
Decimal 221 138 20 0 0.38 0.91 0.13 35.22 0.83 0.47
Hex DD 8A 14 0 26 5B D 23 53 2F
Octal 335 212 24 0 46 133 15 43 123 57
Binary 11011101 10001010 10100 0 100110 1011011 1101 100011 1010011 101111

Color Harmonies of #DD8A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8A14

Black with #DD8A14

Text Example


Text Example

White with #DD8A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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