Html Css Color HEX #DC892D Buttercup

📋 copy color: '#DC892D'

red 220 ◦ green 137 ◦ blue 45

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

Shades of Buttercup #DC892D

Tints of Buttercup #DC892D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.08%

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

R = 54.73%
G = 34.08%
B = 11.19%

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

#DC892D (or 0xDC892D) is known color: Buttercup. HEX triplet: DC, 89 and 2D. RGB value is (220,137,45). Sum of RGB (Red+Green+Blue) = 220+137+45=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 137 (53.91% from 255 or 34.08% from 402); Blue value is 45 (17.97% from 255 or 11.19% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC892D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC892D is #2376D2. Grayscale: #979797. Windows color (decimal): -2324179 or 2984412. OLE color: 2984412.

HSL color Cylindrical-coordinate representation of color #DC892D: hue angle of 31.54º 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 #DC892D is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 137 45 -
CMYK 0 0.38 0.80 0.14
HSL 31.54º 0.71% 0.52% -
HSV(B) 31.54º 0.8% 0.86% -
XYZ 38.93 33.3 6.86 -
YUV 151.33 68 176.98 -
System Red Green Blue C M Y K H S L
Decimal 220 137 45 0 0.38 0.80 0.14 31.54 0.71 0.52
Hex DC 89 2D 0 26 50 E 20 47 34
Octal 334 211 55 0 46 120 16 40 107 64
Binary 11011100 10001001 101101 0 100110 1010000 1110 100000 1000111 110100

Color Harmonies of #DC892D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC892D

Black with #DC892D

Text Example


Text Example

White with #DC892D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC892D; }

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

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

background-color css

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

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

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

border-color css

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

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

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