Html Css Color HEX #DC882D Buttercup

📋 copy color: '#DC882D'

red 220 ◦ green 136 ◦ blue 45

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

Shades of Buttercup #DC882D

Tints of Buttercup #DC882D

RGB

 RED value IS 220 (86.33% from 255) = 54.86%

 GREEN value IS 136 (53.52% from 255) = 33.92%

 BLUE value IS 45 (17.97% from 255) = 11.22%

R = 54.86%
G = 33.92%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DC882D (or 0xDC882D) is known color: Buttercup. HEX triplet: DC, 88 and 2D. RGB value is (220,136,45). Sum of RGB (Red+Green+Blue) = 220+136+45=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 45 (17.97% from 255 or 11.22% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC882D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC882D is #2377D2. Grayscale: #979797. Windows color (decimal): -2324435 or 2984156. OLE color: 2984156.

HSL color Cylindrical-coordinate representation of color #DC882D: hue angle of 31.2º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC882D is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 136 45 -
CMYK 0 0.38 0.80 0.14
HSL 31.2º 0.71% 0.52% -
HSV(B) 31.2º 0.8% 0.86% -
XYZ 38.79 33.01 6.81 -
YUV 150.74 68.33 177.4 -
System Red Green Blue C M Y K H S L
Decimal 220 136 45 0 0.38 0.80 0.14 31.2 0.71 0.52
Hex DC 88 2D 0 26 50 E 1F 47 34
Octal 334 210 55 0 46 120 16 37 107 64
Binary 11011100 10001000 101101 0 100110 1010000 1110 11111 1000111 110100

Color Harmonies of #DC882D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC882D

Black with #DC882D

Text Example


Text Example

White with #DC882D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC882D; }

 p { color: rgb(220,136,45); }

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

background-color css

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

 a { background-color: rgb(220,136,45); }

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

border-color css

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

 span { border-color: rgb(220,136,45); }

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