Html Css Color HEX #DD8814 Gamboge

📋 copy color: '#DD8814'

red 221 ◦ green 136 ◦ blue 20

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

Shades of Gamboge #DD8814

Tints of Gamboge #DD8814

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.07%

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

R = 58.62%
G = 36.07%
B = 5.31%

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

#DD8814 (or 0xDD8814) is known color: Gamboge. HEX triplet: DD, 88 and 14. RGB value is (221,136,20). Sum of RGB (Red+Green+Blue) = 221+136+20=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 20 (8.20% from 255 or 5.31% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8814 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8814 is #2277EB. Grayscale: #949494. Windows color (decimal): -2258924 or 1345757. OLE color: 1345757.

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

Color convert

RGB 221 136 20 -
CMYK 0 0.38 0.91 0.13
HSL 34.63º 0.83% 0.47% -
HSV(B) 34.63º 0.91% 0.87% -
XYZ 38.75 33.03 5 -
YUV 148.19 55.66 179.93 -
System Red Green Blue C M Y K H S L
Decimal 221 136 20 0 0.38 0.91 0.13 34.63 0.83 0.47
Hex DD 88 14 0 26 5B D 23 53 2F
Octal 335 210 24 0 46 133 15 43 123 57
Binary 11011101 10001000 10100 0 100110 1011011 1101 100011 1010011 101111

Color Harmonies of #DD8814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8814

Black with #DD8814

Text Example


Text Example

White with #DD8814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8814; }

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

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

background-color css

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

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

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

border-color css

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

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

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