Html Css Color HEX #D48E16 Buttercup

📋 copy color: '#D48E16'

red 212 ◦ green 142 ◦ blue 22

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

Shades of Buttercup #D48E16

Tints of Buttercup #D48E16

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.77%

 BLUE value IS 22 (8.98% from 255) = 5.85%

R = 56.38%
G = 37.77%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D48E16 (or 0xD48E16) is known color: Buttercup. HEX triplet: D4, 8E and 16. RGB value is (212,142,22). Sum of RGB (Red+Green+Blue) = 212+142+22=376 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.38% from 376); Green value is 142 (55.86% from 255 or 37.77% from 376); Blue value is 22 (8.98% from 255 or 5.85% from 376); Max value from RGB is 212 - color contains mainly: red. Hex color #D48E16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48E16 is #2B71E9. Grayscale: #959595. Windows color (decimal): -2847210 or 1478356. OLE color: 1478356.

HSL color Cylindrical-coordinate representation of color #D48E16: hue angle of 37.89º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D48E16 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 142 22 -
CMYK 0 0.33 0.90 0.17
HSL 37.89º 0.81% 0.46% -
HSV(B) 37.89º 0.9% 0.83% -
XYZ 36.97 33.4 5.26 -
YUV 149.25 56.19 172.76 -
System Red Green Blue C M Y K H S L
Decimal 212 142 22 0 0.33 0.90 0.17 37.89 0.81 0.46
Hex D4 8E 16 0 21 5A 11 26 51 2E
Octal 324 216 26 0 41 132 21 46 121 56
Binary 11010100 10001110 10110 0 100001 1011010 10001 100110 1010001 101110

Color Harmonies of #D48E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48E16

Black with #D48E16

Text Example


Text Example

White with #D48E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48E16; }

 p { color: rgb(212,142,22); }

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

background-color css

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

 a { background-color: rgb(212,142,22); }

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

border-color css

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

 span { border-color: rgb(212,142,22); }

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