Html Css Color HEX #D78C2A Buttercup

📋 copy color: '#D78C2A'

red 215 ◦ green 140 ◦ blue 42

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

Shades of Buttercup #D78C2A

Tints of Buttercup #D78C2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.58%

R = 54.16%
G = 35.26%
B = 10.58%

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

#D78C2A (or 0xD78C2A) is known color: Buttercup. HEX triplet: D7, 8C and 2A. RGB value is (215,140,42). Sum of RGB (Red+Green+Blue) = 215+140+42=397 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.16% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 42 (16.80% from 255 or 10.58% from 397); Max value from RGB is 215 - color contains mainly: red. Hex color #D78C2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78C2A is #2873D5. Grayscale: #979797. Windows color (decimal): -2651094 or 2788567. OLE color: 2788567.

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

Color convert

RGB 215 140 42 -
CMYK 0 0.35 0.80 0.16
HSL 33.99º 0.68% 0.5% -
HSV(B) 33.99º 0.8% 0.84% -
XYZ 37.82 33.37 6.64 -
YUV 151.25 66.35 173.47 -
System Red Green Blue C M Y K H S L
Decimal 215 140 42 0 0.35 0.80 0.16 33.99 0.68 0.5
Hex D7 8C 2A 0 23 50 10 22 44 32
Octal 327 214 52 0 43 120 20 42 104 62
Binary 11010111 10001100 101010 0 100011 1010000 10000 100010 1000100 110010

Color Harmonies of #D78C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78C2A

Black with #D78C2A

Text Example


Text Example

White with #D78C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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