Html Css Color HEX #D6951A Buttercup

📋 copy color: '#D6951A'

red 214 ◦ green 149 ◦ blue 26

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

Shades of Buttercup #D6951A

Tints of Buttercup #D6951A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.3%

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

R = 55.01%
G = 38.3%
B = 6.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D6951A (or 0xD6951A) is known color: Buttercup. HEX triplet: D6, 95 and 1A. RGB value is (214,149,26). Sum of RGB (Red+Green+Blue) = 214+149+26=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 26 (10.55% from 255 or 6.68% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D6951A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6951A is #296AE5. Grayscale: #9A9A9A. Windows color (decimal): -2714342 or 1742294. OLE color: 1742294.

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

Color convert

RGB 214 149 26 -
CMYK 0 0.30 0.88 0.16
HSL 39.26º 0.78% 0.47% -
HSV(B) 39.26º 0.88% 0.84% -
XYZ 38.67 35.87 5.86 -
YUV 154.41 55.53 170.5 -
System Red Green Blue C M Y K H S L
Decimal 214 149 26 0 0.30 0.88 0.16 39.26 0.78 0.47
Hex D6 95 1A 0 1E 58 10 27 4E 2F
Octal 326 225 32 0 36 130 20 47 116 57
Binary 11010110 10010101 11010 0 11110 1011000 10000 100111 1001110 101111

Color Harmonies of #D6951A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6951A

Black with #D6951A

Text Example


Text Example

White with #D6951A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6951A; }

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

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

background-color css

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

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

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

border-color css

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

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

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