Html Css Color HEX #DC892E Buttercup

📋 copy color: '#DC892E'

red 220 ◦ green 137 ◦ blue 46

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

Shades of Buttercup #DC892E

Tints of Buttercup #DC892E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.41%

R = 54.59%
G = 34%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC892E (or 0xDC892E) is known color: Buttercup. HEX triplet: DC, 89 and 2E. RGB value is (220,137,46). Sum of RGB (Red+Green+Blue) = 220+137+46=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 137 (53.91% from 255 or 34.00% from 403); Blue value is 46 (18.36% from 255 or 11.41% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC892E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC892E is #2376D1. Grayscale: #979797. Windows color (decimal): -2324178 or 3049948. OLE color: 3049948.

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

Color convert

RGB 220 137 46 -
CMYK 0 0.38 0.79 0.14
HSL 31.38º 0.71% 0.52% -
HSV(B) 31.38º 0.79% 0.86% -
XYZ 38.95 33.3 6.96 -
YUV 151.44 68.5 176.9 -
System Red Green Blue C M Y K H S L
Decimal 220 137 46 0 0.38 0.79 0.14 31.38 0.71 0.52
Hex DC 89 2E 0 26 4F E 1F 47 34
Octal 334 211 56 0 46 117 16 37 107 64
Binary 11011100 10001001 101110 0 100110 1001111 1110 11111 1000111 110100

Color Harmonies of #DC892E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC892E

Black with #DC892E

Text Example


Text Example

White with #DC892E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC892E; }

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

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

background-color css

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

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

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

border-color css

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

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

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