Html Css Color HEX #D49527 Buttercup

📋 copy color: '#D49527'

red 212 ◦ green 149 ◦ blue 39

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

Shades of Buttercup #D49527

Tints of Buttercup #D49527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.75%

R = 53%
G = 37.25%
B = 9.75%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#D49527 (or 0xD49527) is known color: Buttercup. HEX triplet: D4, 95 and 27. RGB value is (212,149,39). Sum of RGB (Red+Green+Blue) = 212+149+39=400 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 39 (15.62% from 255 or 9.75% from 400); Max value from RGB is 212 - color contains mainly: red. Hex color #D49527 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49527 is #2B6AD8. Grayscale: #9B9B9B. Windows color (decimal): -2845401 or 2594260. OLE color: 2594260.

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

Color convert

RGB 212 149 39 -
CMYK 0 0.30 0.82 0.17
HSL 38.15º 0.69% 0.49% -
HSV(B) 38.15º 0.82% 0.83% -
XYZ 38.27 35.64 6.78 -
YUV 155.3 62.37 168.44 -
System Red Green Blue C M Y K H S L
Decimal 212 149 39 0 0.30 0.82 0.17 38.15 0.69 0.49
Hex D4 95 27 0 1E 52 11 26 45 31
Octal 324 225 47 0 36 122 21 46 105 61
Binary 11010100 10010101 100111 0 11110 1010010 10001 100110 1000101 110001

Color Harmonies of #D49527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49527

Black with #D49527

Text Example


Text Example

White with #D49527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49527; }

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

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

background-color css

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

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

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

border-color css

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

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

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