Html Css Color HEX #D49A2D Buttercup

📋 copy color: '#D49A2D'

red 212 ◦ green 154 ◦ blue 45

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

Shades of Buttercup #D49A2D

Tints of Buttercup #D49A2D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.47%

 BLUE value IS 45 (17.97% from 255) = 10.95%

R = 51.58%
G = 37.47%
B = 10.95%

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

#D49A2D (or 0xD49A2D) is known color: Buttercup. HEX triplet: D4, 9A and 2D. RGB value is (212,154,45). Sum of RGB (Red+Green+Blue) = 212+154+45=411 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.58% from 411); Green value is 154 (60.55% from 255 or 37.47% from 411); Blue value is 45 (17.97% from 255 or 10.95% from 411); Max value from RGB is 212 - color contains mainly: red. Hex color #D49A2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49A2D is #2B65D2. Grayscale: #9F9F9F. Windows color (decimal): -2844115 or 2988756. OLE color: 2988756.

HSL color Cylindrical-coordinate representation of color #D49A2D: hue angle of 39.16º 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 #D49A2D is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 154 45 -
CMYK 0 0.27 0.79 0.17
HSL 39.16º 0.66% 0.5% -
HSV(B) 39.16º 0.79% 0.83% -
XYZ 39.18 37.3 7.62 -
YUV 158.92 63.72 165.86 -
System Red Green Blue C M Y K H S L
Decimal 212 154 45 0 0.27 0.79 0.17 39.16 0.66 0.5
Hex D4 9A 2D 0 1B 4F 11 27 42 32
Octal 324 232 55 0 33 117 21 47 102 62
Binary 11010100 10011010 101101 0 11011 1001111 10001 100111 1000010 110010

Color Harmonies of #D49A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49A2D

Black with #D49A2D

Text Example


Text Example

White with #D49A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49A2D; }

 p { color: rgb(212,154,45); }

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

background-color css

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

 a { background-color: rgb(212,154,45); }

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

border-color css

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

 span { border-color: rgb(212,154,45); }

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