Html Css Color HEX #DD841A Carrot Orange

📋 copy color: '#DD841A'

red 221 ◦ green 132 ◦ blue 26

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

Shades of Carrot Orange #DD841A

Tints of Carrot Orange #DD841A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.83%

 BLUE value IS 26 (10.55% from 255) = 6.86%

R = 58.31%
G = 34.83%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD841A (or 0xDD841A) is known color: Carrot Orange. HEX triplet: DD, 84 and 1A. RGB value is (221,132,26). Sum of RGB (Red+Green+Blue) = 221+132+26=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 26 (10.55% from 255 or 6.86% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD841A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD841A is #227BE5. Grayscale: #939393. Windows color (decimal): -2259942 or 1737949. OLE color: 1737949.

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

Color convert

RGB 221 132 26 -
CMYK 0 0.40 0.88 0.13
HSL 32.62º 0.79% 0.48% -
HSV(B) 32.62º 0.88% 0.87% -
XYZ 38.26 31.95 5.13 -
YUV 146.53 59.99 181.12 -
System Red Green Blue C M Y K H S L
Decimal 221 132 26 0 0.40 0.88 0.13 32.62 0.79 0.48
Hex DD 84 1A 0 28 58 D 21 4F 30
Octal 335 204 32 0 50 130 15 41 117 60
Binary 11011101 10000100 11010 0 101000 1011000 1101 100001 1001111 110000

Color Harmonies of #DD841A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD841A

Black with #DD841A

Text Example


Text Example

White with #DD841A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD841A; }

 p { color: rgb(221,132,26); }

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

background-color css

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

 a { background-color: rgb(221,132,26); }

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

border-color css

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

 span { border-color: rgb(221,132,26); }

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