Html Css Color HEX #DD851E Buttercup

📋 copy color: '#DD851E'

red 221 ◦ green 133 ◦ blue 30

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

Shades of Buttercup #DD851E

Tints of Buttercup #DD851E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.81%

R = 57.55%
G = 34.64%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD851E (or 0xDD851E) is known color: Buttercup. HEX triplet: DD, 85 and 1E. RGB value is (221,133,30). Sum of RGB (Red+Green+Blue) = 221+133+30=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 133 (52.34% from 255 or 34.64% from 384); Blue value is 30 (12.11% from 255 or 7.81% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD851E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD851E is #227AE1. Grayscale: #949494. Windows color (decimal): -2259682 or 2000349. OLE color: 2000349.

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

Color convert

RGB 221 133 30 -
CMYK 0 0.40 0.86 0.13
HSL 32.36º 0.76% 0.49% -
HSV(B) 32.36º 0.86% 0.87% -
XYZ 38.44 32.24 5.43 -
YUV 147.57 61.65 180.38 -
System Red Green Blue C M Y K H S L
Decimal 221 133 30 0 0.40 0.86 0.13 32.36 0.76 0.49
Hex DD 85 1E 0 28 56 D 20 4C 31
Octal 335 205 36 0 50 126 15 40 114 61
Binary 11011101 10000101 11110 0 101000 1010110 1101 100000 1001100 110001

Color Harmonies of #DD851E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD851E

Black with #DD851E

Text Example


Text Example

White with #DD851E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD851E; }

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

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

background-color css

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

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

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

border-color css

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

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

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