Html Css Color HEX #D6891E Buttercup

📋 copy color: '#D6891E'

red 214 ◦ green 137 ◦ blue 30

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

Shades of Buttercup #D6891E

Tints of Buttercup #D6891E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.87%

R = 56.17%
G = 35.96%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6891E (or 0xD6891E) is known color: Buttercup. HEX triplet: D6, 89 and 1E. RGB value is (214,137,30). Sum of RGB (Red+Green+Blue) = 214+137+30=381 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.17% from 381); Green value is 137 (53.91% from 255 or 35.96% from 381); Blue value is 30 (12.11% from 255 or 7.87% from 381); Max value from RGB is 214 - color contains mainly: red. Hex color #D6891E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6891E is #2976E1. Grayscale: #949494. Windows color (decimal): -2717410 or 2001366. OLE color: 2001366.

HSL color Cylindrical-coordinate representation of color #D6891E: hue angle of 34.89º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D6891E is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 137 30 -
CMYK 0 0.36 0.86 0.16
HSL 34.89º 0.75% 0.48% -
HSV(B) 34.89º 0.86% 0.84% -
XYZ 36.91 32.28 5.51 -
YUV 147.83 61.51 175.2 -
System Red Green Blue C M Y K H S L
Decimal 214 137 30 0 0.36 0.86 0.16 34.89 0.75 0.48
Hex D6 89 1E 0 24 56 10 23 4B 30
Octal 326 211 36 0 44 126 20 43 113 60
Binary 11010110 10001001 11110 0 100100 1010110 10000 100011 1001011 110000

Color Harmonies of #D6891E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6891E

Black with #D6891E

Text Example


Text Example

White with #D6891E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6891E; }

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

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

background-color css

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

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

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

border-color css

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

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

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