Html Css Color HEX #DD8514 Carrot Orange

📋 copy color: '#DD8514'

red 221 ◦ green 133 ◦ blue 20

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

Shades of Carrot Orange #DD8514

Tints of Carrot Orange #DD8514

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.56%

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

R = 59.09%
G = 35.56%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD8514 (or 0xDD8514) is known color: Carrot Orange. HEX triplet: DD, 85 and 14. RGB value is (221,133,20). Sum of RGB (Red+Green+Blue) = 221+133+20=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 20 (8.20% from 255 or 5.35% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8514 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8514 is #227AEB. Grayscale: #929292. Windows color (decimal): -2259692 or 1344989. OLE color: 1344989.

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

Color convert

RGB 221 133 20 -
CMYK 0 0.40 0.91 0.13
HSL 33.73º 0.83% 0.47% -
HSV(B) 33.73º 0.91% 0.87% -
XYZ 38.33 32.2 4.86 -
YUV 146.43 56.65 181.19 -
System Red Green Blue C M Y K H S L
Decimal 221 133 20 0 0.40 0.91 0.13 33.73 0.83 0.47
Hex DD 85 14 0 28 5B D 22 53 2F
Octal 335 205 24 0 50 133 15 42 123 57
Binary 11011101 10000101 10100 0 101000 1011011 1101 100010 1010011 101111

Color Harmonies of #DD8514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8514

Black with #DD8514

Text Example


Text Example

White with #DD8514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8514; }

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

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

background-color css

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

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

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

border-color css

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

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

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