Html Css Color HEX #DD8714 Gamboge

📋 copy color: '#DD8714'

red 221 ◦ green 135 ◦ blue 20

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

Shades of Gamboge #DD8714

Tints of Gamboge #DD8714

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.9%

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

R = 58.78%
G = 35.9%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD8714 (or 0xDD8714) is known color: Gamboge. HEX triplet: DD, 87 and 14. RGB value is (221,135,20). Sum of RGB (Red+Green+Blue) = 221+135+20=376 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.78% from 376); Green value is 135 (53.12% from 255 or 35.90% from 376); Blue value is 20 (8.20% from 255 or 5.32% from 376); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8714 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8714 is #2278EB. Grayscale: #949494. Windows color (decimal): -2259180 or 1345501. OLE color: 1345501.

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

Color convert

RGB 221 135 20 -
CMYK 0 0.39 0.91 0.13
HSL 34.33º 0.83% 0.47% -
HSV(B) 34.33º 0.91% 0.87% -
XYZ 38.61 32.75 4.95 -
YUV 147.6 55.99 180.35 -
System Red Green Blue C M Y K H S L
Decimal 221 135 20 0 0.39 0.91 0.13 34.33 0.83 0.47
Hex DD 87 14 0 27 5B D 22 53 2F
Octal 335 207 24 0 47 133 15 42 123 57
Binary 11011101 10000111 10100 0 100111 1011011 1101 100010 1010011 101111

Color Harmonies of #DD8714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8714

Black with #DD8714

Text Example


Text Example

White with #DD8714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8714; }

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

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

background-color css

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

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

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

border-color css

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

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

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