Html Css Color HEX #D4952B Buttercup

📋 copy color: '#D4952B'

red 212 ◦ green 149 ◦ blue 43

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

Shades of Buttercup #D4952B

Tints of Buttercup #D4952B

RGB

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

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

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

R = 52.48%
G = 36.88%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#D4952B (or 0xD4952B) is known color: Buttercup. HEX triplet: D4, 95 and 2B. RGB value is (212,149,43). Sum of RGB (Red+Green+Blue) = 212+149+43=404 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.48% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 43 (17.19% from 255 or 10.64% from 404); Max value from RGB is 212 - color contains mainly: red. Hex color #D4952B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4952B is #2B6AD4. Grayscale: #9C9C9C. Windows color (decimal): -2845397 or 2856404. OLE color: 2856404.

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

Color convert

RGB 212 149 43 -
CMYK 0 0.30 0.80 0.17
HSL 37.63º 0.66% 0.5% -
HSV(B) 37.63º 0.8% 0.83% -
XYZ 38.33 35.67 7.15 -
YUV 155.75 64.37 168.12 -
System Red Green Blue C M Y K H S L
Decimal 212 149 43 0 0.30 0.80 0.17 37.63 0.66 0.5
Hex D4 95 2B 0 1E 50 11 26 42 32
Octal 324 225 53 0 36 120 21 46 102 62
Binary 11010100 10010101 101011 0 11110 1010000 10001 100110 1000010 110010

Color Harmonies of #D4952B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4952B

Black with #D4952B

Text Example


Text Example

White with #D4952B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4952B; }

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

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

background-color css

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

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

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

border-color css

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

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

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