Html Css Color HEX #DD852A Buttercup

📋 copy color: '#DD852A'

red 221 ◦ green 133 ◦ blue 42

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

Shades of Buttercup #DD852A

Tints of Buttercup #DD852A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.61%

R = 55.81%
G = 33.59%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD852A (or 0xDD852A) is known color: Buttercup. HEX triplet: DD, 85 and 2A. RGB value is (221,133,42). Sum of RGB (Red+Green+Blue) = 221+133+42=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 42 (16.80% from 255 or 10.61% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD852A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD852A is #227AD5. Grayscale: #959595. Windows color (decimal): -2259670 or 2786781. OLE color: 2786781.

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

Color convert

RGB 221 133 42 -
CMYK 0 0.40 0.81 0.13
HSL 30.5º 0.72% 0.52% -
HSV(B) 30.5º 0.81% 0.87% -
XYZ 38.62 32.31 6.39 -
YUV 148.94 67.65 179.4 -
System Red Green Blue C M Y K H S L
Decimal 221 133 42 0 0.40 0.81 0.13 30.5 0.72 0.52
Hex DD 85 2A 0 28 51 D 1F 48 34
Octal 335 205 52 0 50 121 15 37 110 64
Binary 11011101 10000101 101010 0 101000 1010001 1101 11111 1001000 110100

Color Harmonies of #DD852A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD852A

Black with #DD852A

Text Example


Text Example

White with #DD852A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD852A; }

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

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

background-color css

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

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

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

border-color css

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

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

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