Html Css Color HEX #D49323 Buttercup

📋 copy color: '#D49323'

red 212 ◦ green 147 ◦ blue 35

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

Shades of Buttercup #D49323

Tints of Buttercup #D49323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.88%

R = 53.81%
G = 37.31%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D49323 (or 0xD49323) is known color: Buttercup. HEX triplet: D4, 93 and 23. RGB value is (212,147,35). Sum of RGB (Red+Green+Blue) = 212+147+35=394 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.81% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 35 (14.06% from 255 or 8.88% from 394); Max value from RGB is 212 - color contains mainly: red. Hex color #D49323 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49323 is #2B6CDC. Grayscale: #9A9A9A. Windows color (decimal): -2845917 or 2331604. OLE color: 2331604.

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

Color convert

RGB 212 147 35 -
CMYK 0 0.31 0.83 0.17
HSL 37.97º 0.72% 0.48% -
HSV(B) 37.97º 0.83% 0.83% -
XYZ 37.89 34.99 6.35 -
YUV 153.67 61.03 169.61 -
System Red Green Blue C M Y K H S L
Decimal 212 147 35 0 0.31 0.83 0.17 37.97 0.72 0.48
Hex D4 93 23 0 1F 53 11 26 48 30
Octal 324 223 43 0 37 123 21 46 110 60
Binary 11010100 10010011 100011 0 11111 1010011 10001 100110 1001000 110000

Color Harmonies of #D49323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49323

Black with #D49323

Text Example


Text Example

White with #D49323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49323; }

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

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

background-color css

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

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

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

border-color css

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

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

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