Html Css Color HEX #DD8A17 Carrot Orange

📋 copy color: '#DD8A17'

red 221 ◦ green 138 ◦ blue 23

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

Shades of Carrot Orange #DD8A17

Tints of Carrot Orange #DD8A17

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.13%

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

R = 57.85%
G = 36.13%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD8A17 (or 0xDD8A17) is known color: Carrot Orange. HEX triplet: DD, 8A and 17. RGB value is (221,138,23). Sum of RGB (Red+Green+Blue) = 221+138+23=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 138 (54.30% from 255 or 36.13% from 382); Blue value is 23 (9.38% from 255 or 6.02% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8A17 is #2275E8. Grayscale: #969696. Windows color (decimal): -2258409 or 1542877. OLE color: 1542877.

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

Color convert

RGB 221 138 23 -
CMYK 0 0.38 0.90 0.13
HSL 34.85º 0.81% 0.48% -
HSV(B) 34.85º 0.9% 0.87% -
XYZ 39.06 33.61 5.24 -
YUV 149.71 56.5 178.85 -
System Red Green Blue C M Y K H S L
Decimal 221 138 23 0 0.38 0.90 0.13 34.85 0.81 0.48
Hex DD 8A 17 0 26 5A D 23 51 30
Octal 335 212 27 0 46 132 15 43 121 60
Binary 11011101 10001010 10111 0 100110 1011010 1101 100011 1010001 110000

Color Harmonies of #DD8A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8A17

Black with #DD8A17

Text Example


Text Example

White with #DD8A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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