Html Css Color HEX #DC892B Buttercup

📋 copy color: '#DC892B'

red 220 ◦ green 137 ◦ blue 43

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

Shades of Buttercup #DC892B

Tints of Buttercup #DC892B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.75%

R = 55%
G = 34.25%
B = 10.75%

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

#DC892B (or 0xDC892B) is known color: Buttercup. HEX triplet: DC, 89 and 2B. RGB value is (220,137,43). Sum of RGB (Red+Green+Blue) = 220+137+43=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 43 (17.19% from 255 or 10.75% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC892B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC892B is #2376D4. Grayscale: #979797. Windows color (decimal): -2324181 or 2853340. OLE color: 2853340.

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

Color convert

RGB 220 137 43 -
CMYK 0 0.38 0.80 0.14
HSL 31.86º 0.72% 0.52% -
HSV(B) 31.86º 0.8% 0.86% -
XYZ 38.9 33.28 6.66 -
YUV 151.1 67 177.14 -
System Red Green Blue C M Y K H S L
Decimal 220 137 43 0 0.38 0.80 0.14 31.86 0.72 0.52
Hex DC 89 2B 0 26 50 E 20 48 34
Octal 334 211 53 0 46 120 16 40 110 64
Binary 11011100 10001001 101011 0 100110 1010000 1110 100000 1001000 110100

Color Harmonies of #DC892B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC892B

Black with #DC892B

Text Example


Text Example

White with #DC892B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC892B; }

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

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

background-color css

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

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

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

border-color css

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

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

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