Html Css Color HEX #D49B2C Buttercup

📋 copy color: '#D49B2C'

red 212 ◦ green 155 ◦ blue 44

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

Shades of Buttercup #D49B2C

Tints of Buttercup #D49B2C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.71%

 BLUE value IS 44 (17.58% from 255) = 10.71%

R = 51.58%
G = 37.71%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D49B2C (or 0xD49B2C) is known color: Buttercup. HEX triplet: D4, 9B and 2C. RGB value is (212,155,44). Sum of RGB (Red+Green+Blue) = 212+155+44=411 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.58% from 411); Green value is 155 (60.94% from 255 or 37.71% from 411); Blue value is 44 (17.58% from 255 or 10.71% from 411); Max value from RGB is 212 - color contains mainly: red. Hex color #D49B2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49B2C is #2B64D3. Grayscale: #9F9F9F. Windows color (decimal): -2843860 or 2923476. OLE color: 2923476.

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

Color convert

RGB 212 155 44 -
CMYK 0 0.27 0.79 0.17
HSL 39.64º 0.66% 0.5% -
HSV(B) 39.64º 0.79% 0.83% -
XYZ 39.33 37.62 7.57 -
YUV 159.39 62.88 165.53 -
System Red Green Blue C M Y K H S L
Decimal 212 155 44 0 0.27 0.79 0.17 39.64 0.66 0.5
Hex D4 9B 2C 0 1B 4F 11 28 42 32
Octal 324 233 54 0 33 117 21 50 102 62
Binary 11010100 10011011 101100 0 11011 1001111 10001 101000 1000010 110010

Color Harmonies of #D49B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49B2C

Black with #D49B2C

Text Example


Text Example

White with #D49B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49B2C; }

 p { color: rgb(212,155,44); }

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

background-color css

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

 a { background-color: rgb(212,155,44); }

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

border-color css

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

 span { border-color: rgb(212,155,44); }

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