Html Css Color HEX #DD851D Buttercup

📋 copy color: '#DD851D'

red 221 ◦ green 133 ◦ blue 29

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

Shades of Buttercup #DD851D

Tints of Buttercup #DD851D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.57%

R = 57.7%
G = 34.73%
B = 7.57%

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

#DD851D (or 0xDD851D) is known color: Buttercup. HEX triplet: DD, 85 and 1D. RGB value is (221,133,29). Sum of RGB (Red+Green+Blue) = 221+133+29=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 29 (11.72% from 255 or 7.57% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD851D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD851D is #227AE2. Grayscale: #939393. Windows color (decimal): -2259683 or 1934813. OLE color: 1934813.

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

Color convert

RGB 221 133 29 -
CMYK 0 0.40 0.87 0.13
HSL 32.5º 0.77% 0.49% -
HSV(B) 32.5º 0.87% 0.87% -
XYZ 38.43 32.24 5.36 -
YUV 147.46 61.15 180.46 -
System Red Green Blue C M Y K H S L
Decimal 221 133 29 0 0.40 0.87 0.13 32.5 0.77 0.49
Hex DD 85 1D 0 28 57 D 20 4D 31
Octal 335 205 35 0 50 127 15 40 115 61
Binary 11011101 10000101 11101 0 101000 1010111 1101 100000 1001101 110001

Color Harmonies of #DD851D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD851D

Black with #DD851D

Text Example


Text Example

White with #DD851D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD851D; }

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

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

background-color css

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

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

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

border-color css

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

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

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