Html Css Color HEX #DD851C Carrot Orange

📋 copy color: '#DD851C'

red 221 ◦ green 133 ◦ blue 28

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

Shades of Carrot Orange #DD851C

Tints of Carrot Orange #DD851C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.33%

R = 57.85%
G = 34.82%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DD851C (or 0xDD851C) is known color: Carrot Orange. HEX triplet: DD, 85 and 1C. RGB value is (221,133,28). Sum of RGB (Red+Green+Blue) = 221+133+28=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 28 (11.33% from 255 or 7.33% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD851C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD851C is #227AE3. Grayscale: #939393. Windows color (decimal): -2259684 or 1869277. OLE color: 1869277.

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

Color convert

RGB 221 133 28 -
CMYK 0 0.40 0.87 0.13
HSL 32.64º 0.78% 0.49% -
HSV(B) 32.64º 0.87% 0.87% -
XYZ 38.42 32.23 5.3 -
YUV 147.34 60.65 180.54 -
System Red Green Blue C M Y K H S L
Decimal 221 133 28 0 0.40 0.87 0.13 32.64 0.78 0.49
Hex DD 85 1C 0 28 57 D 21 4E 31
Octal 335 205 34 0 50 127 15 41 116 61
Binary 11011101 10000101 11100 0 101000 1010111 1101 100001 1001110 110001

Color Harmonies of #DD851C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD851C

Black with #DD851C

Text Example


Text Example

White with #DD851C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD851C; }

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

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

background-color css

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

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

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

border-color css

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

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

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