Html Css Color HEX #DD8B14 Gamboge

📋 copy color: '#DD8B14'

red 221 ◦ green 139 ◦ blue 20

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

Shades of Gamboge #DD8B14

Tints of Gamboge #DD8B14

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.58%

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

R = 58.16%
G = 36.58%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD8B14 (or 0xDD8B14) is known color: Gamboge. HEX triplet: DD, 8B and 14. RGB value is (221,139,20). Sum of RGB (Red+Green+Blue) = 221+139+20=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 139 (54.69% from 255 or 36.58% from 380); Blue value is 20 (8.20% from 255 or 5.26% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8B14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8B14 is #2274EB. Grayscale: #969696. Windows color (decimal): -2258156 or 1346525. OLE color: 1346525.

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

Color convert

RGB 221 139 20 -
CMYK 0 0.37 0.91 0.13
HSL 35.52º 0.83% 0.47% -
HSV(B) 35.52º 0.91% 0.87% -
XYZ 39.18 33.89 5.14 -
YUV 149.95 54.67 178.68 -
System Red Green Blue C M Y K H S L
Decimal 221 139 20 0 0.37 0.91 0.13 35.52 0.83 0.47
Hex DD 8B 14 0 25 5B D 24 53 2F
Octal 335 213 24 0 45 133 15 44 123 57
Binary 11011101 10001011 10100 0 100101 1011011 1101 100100 1010011 101111

Color Harmonies of #DD8B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8B14

Black with #DD8B14

Text Example


Text Example

White with #DD8B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8B14; }

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

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

background-color css

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

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

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

border-color css

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

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

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