Html Css Color HEX #DD8717 Carrot Orange

📋 copy color: '#DD8717'

red 221 ◦ green 135 ◦ blue 23

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

Shades of Carrot Orange #DD8717

Tints of Carrot Orange #DD8717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.07%

R = 58.31%
G = 35.62%
B = 6.07%

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

#DD8717 (or 0xDD8717) is known color: Carrot Orange. HEX triplet: DD, 87 and 17. RGB value is (221,135,23). Sum of RGB (Red+Green+Blue) = 221+135+23=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 135 (53.12% from 255 or 35.62% from 379); Blue value is 23 (9.38% from 255 or 6.07% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8717 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8717 is #2278E8. Grayscale: #949494. Windows color (decimal): -2259177 or 1542109. OLE color: 1542109.

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

Color convert

RGB 221 135 23 -
CMYK 0 0.39 0.90 0.13
HSL 33.94º 0.81% 0.48% -
HSV(B) 33.94º 0.9% 0.87% -
XYZ 38.64 32.76 5.1 -
YUV 147.95 57.49 180.11 -
System Red Green Blue C M Y K H S L
Decimal 221 135 23 0 0.39 0.90 0.13 33.94 0.81 0.48
Hex DD 87 17 0 27 5A D 22 51 30
Octal 335 207 27 0 47 132 15 42 121 60
Binary 11011101 10000111 10111 0 100111 1011010 1101 100010 1010001 110000

Color Harmonies of #DD8717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8717

Black with #DD8717

Text Example


Text Example

White with #DD8717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8717; }

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

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

background-color css

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

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

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

border-color css

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

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

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