Html Css Color HEX #D48D15 Buttercup

📋 copy color: '#D48D15'

red 212 ◦ green 141 ◦ blue 21

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

Shades of Buttercup #D48D15

Tints of Buttercup #D48D15

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.7%

 BLUE value IS 21 (8.59% from 255) = 5.61%

R = 56.68%
G = 37.7%
B = 5.61%

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

#D48D15 (or 0xD48D15) is known color: Buttercup. HEX triplet: D4, 8D and 15. RGB value is (212,141,21). Sum of RGB (Red+Green+Blue) = 212+141+21=374 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.68% from 374); Green value is 141 (55.47% from 255 or 37.70% from 374); Blue value is 21 (8.59% from 255 or 5.61% from 374); Max value from RGB is 212 - color contains mainly: red. Hex color #D48D15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48D15 is #2B72EA. Grayscale: #959595. Windows color (decimal): -2847467 or 1412564. OLE color: 1412564.

HSL color Cylindrical-coordinate representation of color #D48D15: hue angle of 37.7º degrees, saturation: 0.82, 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 #D48D15 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 141 21 -
CMYK 0 0.33 0.90 0.17
HSL 37.7º 0.82% 0.46% -
HSV(B) 37.7º 0.9% 0.83% -
XYZ 36.81 33.1 5.16 -
YUV 148.55 56.02 173.26 -
System Red Green Blue C M Y K H S L
Decimal 212 141 21 0 0.33 0.90 0.17 37.7 0.82 0.46
Hex D4 8D 15 0 21 5A 11 26 52 2E
Octal 324 215 25 0 41 132 21 46 122 56
Binary 11010100 10001101 10101 0 100001 1011010 10001 100110 1010010 101110

Color Harmonies of #D48D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48D15

Black with #D48D15

Text Example


Text Example

White with #D48D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48D15; }

 p { color: rgb(212,141,21); }

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

background-color css

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

 a { background-color: rgb(212,141,21); }

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

border-color css

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

 span { border-color: rgb(212,141,21); }

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