Html Css Color HEX #DD8718 Carrot Orange

📋 copy color: '#DD8718'

red 221 ◦ green 135 ◦ blue 24

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

Shades of Carrot Orange #DD8718

Tints of Carrot Orange #DD8718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.32%

R = 58.16%
G = 35.53%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD8718 (or 0xDD8718) is known color: Carrot Orange. HEX triplet: DD, 87 and 18. RGB value is (221,135,24). Sum of RGB (Red+Green+Blue) = 221+135+24=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 135 (53.12% from 255 or 35.53% from 380); Blue value is 24 (9.77% from 255 or 6.32% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8718 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8718 is #2278E7. Grayscale: #949494. Windows color (decimal): -2259176 or 1607645. OLE color: 1607645.

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

Color convert

RGB 221 135 24 -
CMYK 0 0.39 0.89 0.13
HSL 33.81º 0.8% 0.48% -
HSV(B) 33.81º 0.89% 0.87% -
XYZ 38.65 32.77 5.15 -
YUV 148.06 57.99 180.03 -
System Red Green Blue C M Y K H S L
Decimal 221 135 24 0 0.39 0.89 0.13 33.81 0.8 0.48
Hex DD 87 18 0 27 59 D 22 50 30
Octal 335 207 30 0 47 131 15 42 120 60
Binary 11011101 10000111 11000 0 100111 1011001 1101 100010 1010000 110000

Color Harmonies of #DD8718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8718

Black with #DD8718

Text Example


Text Example

White with #DD8718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8718; }

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

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

background-color css

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

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

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

border-color css

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

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

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