Html Css Color HEX #D49319 Buttercup

📋 copy color: '#D49319'

red 212 ◦ green 147 ◦ blue 25

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

Shades of Buttercup #D49319

Tints of Buttercup #D49319

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.28%

 BLUE value IS 25 (10.16% from 255) = 6.51%

R = 55.21%
G = 38.28%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D49319 (or 0xD49319) is known color: Buttercup. HEX triplet: D4, 93 and 19. RGB value is (212,147,25). Sum of RGB (Red+Green+Blue) = 212+147+25=384 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.21% from 384); Green value is 147 (57.81% from 255 or 38.28% from 384); Blue value is 25 (10.16% from 255 or 6.51% from 384); Max value from RGB is 212 - color contains mainly: red. Hex color #D49319 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49319 is #2B6CE6. Grayscale: #999999. Windows color (decimal): -2845927 or 1676244. OLE color: 1676244.

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

Color convert

RGB 212 147 25 -
CMYK 0 0.31 0.88 0.17
HSL 39.14º 0.79% 0.46% -
HSV(B) 39.14º 0.88% 0.83% -
XYZ 37.76 34.93 5.67 -
YUV 152.53 56.03 170.42 -
System Red Green Blue C M Y K H S L
Decimal 212 147 25 0 0.31 0.88 0.17 39.14 0.79 0.46
Hex D4 93 19 0 1F 58 11 27 4F 2E
Octal 324 223 31 0 37 130 21 47 117 56
Binary 11010100 10010011 11001 0 11111 1011000 10001 100111 1001111 101110

Color Harmonies of #D49319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49319

Black with #D49319

Text Example


Text Example

White with #D49319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49319; }

 p { color: rgb(212,147,25); }

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

background-color css

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

 a { background-color: rgb(212,147,25); }

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

border-color css

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

 span { border-color: rgb(212,147,25); }

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