Html Css Color HEX #D78C2C Buttercup

📋 copy color: '#D78C2C'

red 215 ◦ green 140 ◦ blue 44

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

Shades of Buttercup #D78C2C

Tints of Buttercup #D78C2C

RGB

 RED value IS 215 (84.38% from 255) = 53.88%

 GREEN value IS 140 (55.08% from 255) = 35.09%

 BLUE value IS 44 (17.58% from 255) = 11.03%

R = 53.88%
G = 35.09%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D78C2C (or 0xD78C2C) is known color: Buttercup. HEX triplet: D7, 8C and 2C. RGB value is (215,140,44). Sum of RGB (Red+Green+Blue) = 215+140+44=399 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.88% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 44 (17.58% from 255 or 11.03% from 399); Max value from RGB is 215 - color contains mainly: red. Hex color #D78C2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78C2C is #2873D3. Grayscale: #979797. Windows color (decimal): -2651092 or 2919639. OLE color: 2919639.

HSL color Cylindrical-coordinate representation of color #D78C2C: hue angle of 33.68º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D78C2C is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 140 44 -
CMYK 0 0.35 0.80 0.16
HSL 33.68º 0.68% 0.51% -
HSV(B) 33.68º 0.8% 0.84% -
XYZ 37.86 33.39 6.83 -
YUV 151.48 67.35 173.31 -
System Red Green Blue C M Y K H S L
Decimal 215 140 44 0 0.35 0.80 0.16 33.68 0.68 0.51
Hex D7 8C 2C 0 23 50 10 22 44 33
Octal 327 214 54 0 43 120 20 42 104 63
Binary 11010111 10001100 101100 0 100011 1010000 10000 100010 1000100 110011

Color Harmonies of #D78C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78C2C

Black with #D78C2C

Text Example


Text Example

White with #D78C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78C2C; }

 p { color: rgb(215,140,44); }

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

background-color css

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

 a { background-color: rgb(215,140,44); }

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

border-color css

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

 span { border-color: rgb(215,140,44); }

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