Html Css Color HEX #D6981B Buttercup

📋 copy color: '#D6981B'

red 214 ◦ green 152 ◦ blue 27

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

Shades of Buttercup #D6981B

Tints of Buttercup #D6981B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.68%

 BLUE value IS 27 (10.94% from 255) = 6.87%

R = 54.45%
G = 38.68%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6981B (or 0xD6981B) is known color: Buttercup. HEX triplet: D6, 98 and 1B. RGB value is (214,152,27). Sum of RGB (Red+Green+Blue) = 214+152+27=393 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.45% from 393); Green value is 152 (59.77% from 255 or 38.68% from 393); Blue value is 27 (10.94% from 255 or 6.87% from 393); Max value from RGB is 214 - color contains mainly: red. Hex color #D6981B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6981B is #2967E4. Grayscale: #9C9C9C. Windows color (decimal): -2713573 or 1808598. OLE color: 1808598.

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

Color convert

RGB 214 152 27 -
CMYK 0 0.29 0.87 0.16
HSL 40.11º 0.78% 0.47% -
HSV(B) 40.11º 0.87% 0.84% -
XYZ 39.16 36.83 6.08 -
YUV 156.29 55.04 169.16 -
System Red Green Blue C M Y K H S L
Decimal 214 152 27 0 0.29 0.87 0.16 40.11 0.78 0.47
Hex D6 98 1B 0 1D 57 10 28 4E 2F
Octal 326 230 33 0 35 127 20 50 116 57
Binary 11010110 10011000 11011 0 11101 1010111 10000 101000 1001110 101111

Color Harmonies of #D6981B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6981B

Black with #D6981B

Text Example


Text Example

White with #D6981B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6981B; }

 p { color: rgb(214,152,27); }

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

background-color css

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

 a { background-color: rgb(214,152,27); }

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

border-color css

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

 span { border-color: rgb(214,152,27); }

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