Html Css Color HEX #DD840E Gamboge

📋 copy color: '#DD840E'

red 221 ◦ green 132 ◦ blue 14

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

Shades of Gamboge #DD840E

Tints of Gamboge #DD840E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.97%

 BLUE value IS 14 (5.86% from 255) = 3.81%

R = 60.22%
G = 35.97%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DD840E (or 0xDD840E) is known color: Gamboge. HEX triplet: DD, 84 and 0E. RGB value is (221,132,14). Sum of RGB (Red+Green+Blue) = 221+132+14=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 14 (5.86% from 255 or 3.81% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD840E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD840E is #227BF1. Grayscale: #919191. Windows color (decimal): -2259954 or 951517. OLE color: 951517.

HSL color Cylindrical-coordinate representation of color #DD840E: hue angle of 34.2º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD840E is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 132 14 -
CMYK 0 0.40 0.94 0.13
HSL 34.2º 0.88% 0.46% -
HSV(B) 34.2º 0.94% 0.87% -
XYZ 38.15 31.91 4.56 -
YUV 145.16 53.99 182.09 -
System Red Green Blue C M Y K H S L
Decimal 221 132 14 0 0.40 0.94 0.13 34.2 0.88 0.46
Hex DD 84 E 0 28 5E D 22 58 2E
Octal 335 204 16 0 50 136 15 42 130 56
Binary 11011101 10000100 1110 0 101000 1011110 1101 100010 1011000 101110

Color Harmonies of #DD840E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD840E

Black with #DD840E

Text Example


Text Example

White with #DD840E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD840E; }

 p { color: rgb(221,132,14); }

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

background-color css

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

 a { background-color: rgb(221,132,14); }

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

border-color css

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

 span { border-color: rgb(221,132,14); }

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