Html Css Color HEX #D49725 Buttercup

📋 copy color: '#D49725'

red 212 ◦ green 151 ◦ blue 37

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

Shades of Buttercup #D49725

Tints of Buttercup #D49725

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.75%

 BLUE value IS 37 (14.84% from 255) = 9.25%

R = 53%
G = 37.75%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D49725 (or 0xD49725) is known color: Buttercup. HEX triplet: D4, 97 and 25. RGB value is (212,151,37). Sum of RGB (Red+Green+Blue) = 212+151+37=400 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53% from 400); Green value is 151 (59.38% from 255 or 37.75% from 400); Blue value is 37 (14.84% from 255 or 9.25% from 400); Max value from RGB is 212 - color contains mainly: red. Hex color #D49725 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49725 is #2B68DA. Grayscale: #9C9C9C. Windows color (decimal): -2844891 or 2463700. OLE color: 2463700.

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

Color convert

RGB 212 151 37 -
CMYK 0 0.29 0.83 0.17
HSL 39.09º 0.7% 0.49% -
HSV(B) 39.09º 0.83% 0.83% -
XYZ 38.55 36.26 6.72 -
YUV 156.24 60.71 167.77 -
System Red Green Blue C M Y K H S L
Decimal 212 151 37 0 0.29 0.83 0.17 39.09 0.7 0.49
Hex D4 97 25 0 1D 53 11 27 46 31
Octal 324 227 45 0 35 123 21 47 106 61
Binary 11010100 10010111 100101 0 11101 1010011 10001 100111 1000110 110001

Color Harmonies of #D49725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49725

Black with #D49725

Text Example


Text Example

White with #D49725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49725; }

 p { color: rgb(212,151,37); }

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

background-color css

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

 a { background-color: rgb(212,151,37); }

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

border-color css

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

 span { border-color: rgb(212,151,37); }

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