Html Css Color HEX #DD8314 Carrot Orange

📋 copy color: '#DD8314'

red 221 ◦ green 131 ◦ blue 20

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

Shades of Carrot Orange #DD8314

Tints of Carrot Orange #DD8314

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.22%

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

R = 59.41%
G = 35.22%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD8314 (or 0xDD8314) is known color: Carrot Orange. HEX triplet: DD, 83 and 14. RGB value is (221,131,20). Sum of RGB (Red+Green+Blue) = 221+131+20=372 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.41% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 20 (8.20% from 255 or 5.38% from 372); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8314 is #227CEB. Grayscale: #919191. Windows color (decimal): -2260204 or 1344477. OLE color: 1344477.

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

Color convert

RGB 221 131 20 -
CMYK 0 0.41 0.91 0.13
HSL 33.13º 0.83% 0.47% -
HSV(B) 33.13º 0.91% 0.87% -
XYZ 38.06 31.66 4.77 -
YUV 145.26 57.32 182.03 -
System Red Green Blue C M Y K H S L
Decimal 221 131 20 0 0.41 0.91 0.13 33.13 0.83 0.47
Hex DD 83 14 0 29 5B D 21 53 2F
Octal 335 203 24 0 51 133 15 41 123 57
Binary 11011101 10000011 10100 0 101001 1011011 1101 100001 1010011 101111

Color Harmonies of #DD8314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8314

Black with #DD8314

Text Example


Text Example

White with #DD8314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8314; }

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

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

background-color css

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

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

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

border-color css

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

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

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