Html Css Color HEX #D6891A Buttercup

📋 copy color: '#D6891A'

red 214 ◦ green 137 ◦ blue 26

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

Shades of Buttercup #D6891A

Tints of Buttercup #D6891A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.34%

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

R = 56.76%
G = 36.34%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D6891A (or 0xD6891A) is known color: Buttercup. HEX triplet: D6, 89 and 1A. RGB value is (214,137,26). Sum of RGB (Red+Green+Blue) = 214+137+26=377 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.76% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 26 (10.55% from 255 or 6.90% from 377); Max value from RGB is 214 - color contains mainly: red. Hex color #D6891A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6891A is #2976E5. Grayscale: #939393. Windows color (decimal): -2717414 or 1739222. OLE color: 1739222.

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

Color convert

RGB 214 137 26 -
CMYK 0 0.36 0.88 0.16
HSL 35.43º 0.78% 0.47% -
HSV(B) 35.43º 0.88% 0.84% -
XYZ 36.86 32.26 5.26 -
YUV 147.37 59.51 175.53 -
System Red Green Blue C M Y K H S L
Decimal 214 137 26 0 0.36 0.88 0.16 35.43 0.78 0.47
Hex D6 89 1A 0 24 58 10 23 4E 2F
Octal 326 211 32 0 44 130 20 43 116 57
Binary 11010110 10001001 11010 0 100100 1011000 10000 100011 1001110 101111

Color Harmonies of #D6891A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6891A

Black with #D6891A

Text Example


Text Example

White with #D6891A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6891A; }

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

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

background-color css

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

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

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

border-color css

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

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

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