Html Css Color HEX #D7861A Buttercup

📋 copy color: '#D7861A'

red 215 ◦ green 134 ◦ blue 26

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

Shades of Buttercup #D7861A

Tints of Buttercup #D7861A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.73%

 BLUE value IS 26 (10.55% from 255) = 6.93%

R = 57.33%
G = 35.73%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D7861A (or 0xD7861A) is known color: Buttercup. HEX triplet: D7, 86 and 1A. RGB value is (215,134,26). Sum of RGB (Red+Green+Blue) = 215+134+26=375 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.33% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 26 (10.55% from 255 or 6.93% from 375); Max value from RGB is 215 - color contains mainly: red. Hex color #D7861A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7861A is #2879E5. Grayscale: #929292. Windows color (decimal): -2652646 or 1738455. OLE color: 1738455.

HSL color Cylindrical-coordinate representation of color #D7861A: hue angle of 34.29º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D7861A is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 134 26 -
CMYK 0 0.38 0.88 0.16
HSL 34.29º 0.78% 0.47% -
HSV(B) 34.29º 0.88% 0.84% -
XYZ 36.74 31.57 5.14 -
YUV 145.91 60.34 177.28 -
System Red Green Blue C M Y K H S L
Decimal 215 134 26 0 0.38 0.88 0.16 34.29 0.78 0.47
Hex D7 86 1A 0 26 58 10 22 4E 2F
Octal 327 206 32 0 46 130 20 42 116 57
Binary 11010111 10000110 11010 0 100110 1011000 10000 100010 1001110 101111

Color Harmonies of #D7861A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7861A

Black with #D7861A

Text Example


Text Example

White with #D7861A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7861A; }

 p { color: rgb(215,134,26); }

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

background-color css

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

 a { background-color: rgb(215,134,26); }

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

border-color css

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

 span { border-color: rgb(215,134,26); }

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