Html Css Color HEX #D49A23 Buttercup

📋 copy color: '#D49A23'

red 212 ◦ green 154 ◦ blue 35

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

Shades of Buttercup #D49A23

Tints of Buttercup #D49A23

RGB

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

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

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

R = 52.87%
G = 38.4%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D49A23 (or 0xD49A23) is known color: Buttercup. HEX triplet: D4, 9A and 23. RGB value is (212,154,35). Sum of RGB (Red+Green+Blue) = 212+154+35=401 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.87% from 401); Green value is 154 (60.55% from 255 or 38.40% from 401); Blue value is 35 (14.06% from 255 or 8.73% from 401); Max value from RGB is 212 - color contains mainly: red. Hex color #D49A23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49A23 is #2B65DC. Grayscale: #9E9E9E. Windows color (decimal): -2844125 or 2333396. OLE color: 2333396.

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

Color convert

RGB 212 154 35 -
CMYK 0 0.27 0.83 0.17
HSL 40.34º 0.72% 0.48% -
HSV(B) 40.34º 0.83% 0.83% -
XYZ 39.01 37.23 6.72 -
YUV 157.78 58.72 166.68 -
System Red Green Blue C M Y K H S L
Decimal 212 154 35 0 0.27 0.83 0.17 40.34 0.72 0.48
Hex D4 9A 23 0 1B 53 11 28 48 30
Octal 324 232 43 0 33 123 21 50 110 60
Binary 11010100 10011010 100011 0 11011 1010011 10001 101000 1001000 110000

Color Harmonies of #D49A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49A23

Black with #D49A23

Text Example


Text Example

White with #D49A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49A23; }

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

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

background-color css

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

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

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

border-color css

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

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

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