Html Css Color HEX #DD8716 Carrot Orange

📋 copy color: '#DD8716'

red 221 ◦ green 135 ◦ blue 22

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

Shades of Carrot Orange #DD8716

Tints of Carrot Orange #DD8716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.82%

R = 58.47%
G = 35.71%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD8716 (or 0xDD8716) is known color: Carrot Orange. HEX triplet: DD, 87 and 16. RGB value is (221,135,22). Sum of RGB (Red+Green+Blue) = 221+135+22=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 135 (53.12% from 255 or 35.71% from 378); Blue value is 22 (8.98% from 255 or 5.82% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8716 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8716 is #2278E9. Grayscale: #949494. Windows color (decimal): -2259178 or 1476573. OLE color: 1476573.

HSL color Cylindrical-coordinate representation of color #DD8716: hue angle of 34.07º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD8716 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 135 22 -
CMYK 0 0.39 0.90 0.13
HSL 34.07º 0.82% 0.48% -
HSV(B) 34.07º 0.9% 0.87% -
XYZ 38.63 32.76 5.05 -
YUV 147.83 56.99 180.19 -
System Red Green Blue C M Y K H S L
Decimal 221 135 22 0 0.39 0.90 0.13 34.07 0.82 0.48
Hex DD 87 16 0 27 5A D 22 52 30
Octal 335 207 26 0 47 132 15 42 122 60
Binary 11011101 10000111 10110 0 100111 1011010 1101 100010 1010010 110000

Color Harmonies of #DD8716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8716

Black with #DD8716

Text Example


Text Example

White with #DD8716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8716; }

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

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

background-color css

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

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

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

border-color css

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

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

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