Html Css Color HEX #D6952B Buttercup

📋 copy color: '#D6952B'

red 214 ◦ green 149 ◦ blue 43

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

Shades of Buttercup #D6952B

Tints of Buttercup #D6952B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.59%

R = 52.71%
G = 36.7%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D6952B (or 0xD6952B) is known color: Buttercup. HEX triplet: D6, 95 and 2B. RGB value is (214,149,43). Sum of RGB (Red+Green+Blue) = 214+149+43=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 43 (17.19% from 255 or 10.59% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D6952B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6952B is #296AD4. Grayscale: #9C9C9C. Windows color (decimal): -2714325 or 2856406. OLE color: 2856406.

HSL color Cylindrical-coordinate representation of color #D6952B: hue angle of 37.19º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D6952B is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 149 43 -
CMYK 0 0.30 0.80 0.16
HSL 37.19º 0.68% 0.5% -
HSV(B) 37.19º 0.8% 0.84% -
XYZ 38.92 35.97 7.18 -
YUV 156.35 64.03 169.12 -
System Red Green Blue C M Y K H S L
Decimal 214 149 43 0 0.30 0.80 0.16 37.19 0.68 0.5
Hex D6 95 2B 0 1E 50 10 25 44 32
Octal 326 225 53 0 36 120 20 45 104 62
Binary 11010110 10010101 101011 0 11110 1010000 10000 100101 1000100 110010

Color Harmonies of #D6952B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6952B

Black with #D6952B

Text Example


Text Example

White with #D6952B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6952B; }

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

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

background-color css

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

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

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

border-color css

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

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

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