Html Css Color HEX #D6871A Buttercup

📋 copy color: '#D6871A'

red 214 ◦ green 135 ◦ blue 26

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

Shades of Buttercup #D6871A

Tints of Buttercup #D6871A

RGB

 RED value IS 214 (83.98% from 255) = 57.07%

 GREEN value IS 135 (53.13% from 255) = 36%

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

R = 57.07%
G = 36%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D6871A (or 0xD6871A) is known color: Buttercup. HEX triplet: D6, 87 and 1A. RGB value is (214,135,26). Sum of RGB (Red+Green+Blue) = 214+135+26=375 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.07% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 26 (10.55% from 255 or 6.93% from 375); Max value from RGB is 214 - color contains mainly: red. Hex color #D6871A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6871A is #2978E5. Grayscale: #929292. Windows color (decimal): -2717926 or 1738710. OLE color: 1738710.

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

Color convert

RGB 214 135 26 -
CMYK 0 0.37 0.88 0.16
HSL 34.79º 0.78% 0.47% -
HSV(B) 34.79º 0.88% 0.84% -
XYZ 36.58 31.7 5.17 -
YUV 146.2 60.17 176.36 -
System Red Green Blue C M Y K H S L
Decimal 214 135 26 0 0.37 0.88 0.16 34.79 0.78 0.47
Hex D6 87 1A 0 25 58 10 23 4E 2F
Octal 326 207 32 0 45 130 20 43 116 57
Binary 11010110 10000111 11010 0 100101 1011000 10000 100011 1001110 101111

Color Harmonies of #D6871A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6871A

Black with #D6871A

Text Example


Text Example

White with #D6871A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6871A; }

 p { color: rgb(214,135,26); }

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

background-color css

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

 a { background-color: rgb(214,135,26); }

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

border-color css

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

 span { border-color: rgb(214,135,26); }

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