Html Css Color HEX #D78A2A Buttercup

📋 copy color: '#D78A2A'

red 215 ◦ green 138 ◦ blue 42

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

Shades of Buttercup #D78A2A

Tints of Buttercup #D78A2A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.94%

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

R = 54.43%
G = 34.94%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D78A2A (or 0xD78A2A) is known color: Buttercup. HEX triplet: D7, 8A and 2A. RGB value is (215,138,42). Sum of RGB (Red+Green+Blue) = 215+138+42=395 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.43% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 42 (16.80% from 255 or 10.63% from 395); Max value from RGB is 215 - color contains mainly: red. Hex color #D78A2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78A2A is #2875D5. Grayscale: #969696. Windows color (decimal): -2651606 or 2788055. OLE color: 2788055.

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

Color convert

RGB 215 138 42 -
CMYK 0 0.36 0.80 0.16
HSL 33.29º 0.68% 0.5% -
HSV(B) 33.29º 0.8% 0.84% -
XYZ 37.53 32.79 6.54 -
YUV 150.08 67.01 174.31 -
System Red Green Blue C M Y K H S L
Decimal 215 138 42 0 0.36 0.80 0.16 33.29 0.68 0.5
Hex D7 8A 2A 0 24 50 10 21 44 32
Octal 327 212 52 0 44 120 20 41 104 62
Binary 11010111 10001010 101010 0 100100 1010000 10000 100001 1000100 110010

Color Harmonies of #D78A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78A2A

Black with #D78A2A

Text Example


Text Example

White with #D78A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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