Html Css Color HEX #DD861B Carrot Orange

📋 copy color: '#DD861B'

red 221 ◦ green 134 ◦ blue 27

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

Shades of Carrot Orange #DD861B

Tints of Carrot Orange #DD861B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.08%

 BLUE value IS 27 (10.94% from 255) = 7.07%

R = 57.85%
G = 35.08%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD861B (or 0xDD861B) is known color: Carrot Orange. HEX triplet: DD, 86 and 1B. RGB value is (221,134,27). Sum of RGB (Red+Green+Blue) = 221+134+27=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 27 (10.94% from 255 or 7.07% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD861B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD861B is #2279E4. Grayscale: #949494. Windows color (decimal): -2259429 or 1803997. OLE color: 1803997.

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

Color convert

RGB 221 134 27 -
CMYK 0 0.39 0.88 0.13
HSL 33.09º 0.78% 0.49% -
HSV(B) 33.09º 0.88% 0.87% -
XYZ 38.54 32.5 5.28 -
YUV 147.82 59.82 180.2 -
System Red Green Blue C M Y K H S L
Decimal 221 134 27 0 0.39 0.88 0.13 33.09 0.78 0.49
Hex DD 86 1B 0 27 58 D 21 4E 31
Octal 335 206 33 0 47 130 15 41 116 61
Binary 11011101 10000110 11011 0 100111 1011000 1101 100001 1001110 110001

Color Harmonies of #DD861B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD861B

Black with #DD861B

Text Example


Text Example

White with #DD861B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD861B; }

 p { color: rgb(221,134,27); }

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

background-color css

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

 a { background-color: rgb(221,134,27); }

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

border-color css

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

 span { border-color: rgb(221,134,27); }

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