Html Css Color HEX #D4952E Buttercup

📋 copy color: '#D4952E'

red 212 ◦ green 149 ◦ blue 46

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

Shades of Buttercup #D4952E

Tints of Buttercup #D4952E

RGB

 RED value IS 212 (83.2% from 255) = 52.09%

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

 BLUE value IS 46 (18.36% from 255) = 11.3%

R = 52.09%
G = 36.61%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D4952E (or 0xD4952E) is known color: Buttercup. HEX triplet: D4, 95 and 2E. RGB value is (212,149,46). Sum of RGB (Red+Green+Blue) = 212+149+46=407 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.09% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 46 (18.36% from 255 or 11.30% from 407); Max value from RGB is 212 - color contains mainly: red. Hex color #D4952E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4952E is #2B6AD1. Grayscale: #9C9C9C. Windows color (decimal): -2845394 or 3053012. OLE color: 3053012.

HSL color Cylindrical-coordinate representation of color #D4952E: hue angle of 37.23º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D4952E is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 149 46 -
CMYK 0 0.30 0.78 0.17
HSL 37.23º 0.66% 0.51% -
HSV(B) 37.23º 0.78% 0.83% -
XYZ 38.39 35.69 7.45 -
YUV 156.1 65.87 167.88 -
System Red Green Blue C M Y K H S L
Decimal 212 149 46 0 0.30 0.78 0.17 37.23 0.66 0.51
Hex D4 95 2E 0 1E 4E 11 25 42 33
Octal 324 225 56 0 36 116 21 45 102 63
Binary 11010100 10010101 101110 0 11110 1001110 10001 100101 1000010 110011

Color Harmonies of #D4952E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4952E

Black with #D4952E

Text Example


Text Example

White with #D4952E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4952E; }

 p { color: rgb(212,149,46); }

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

background-color css

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

 a { background-color: rgb(212,149,46); }

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

border-color css

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

 span { border-color: rgb(212,149,46); }

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