Html Css Color HEX #D48815 Buttercup

📋 copy color: '#D48815'

red 212 ◦ green 136 ◦ blue 21

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

Shades of Buttercup #D48815

Tints of Buttercup #D48815

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.86%

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

R = 57.45%
G = 36.86%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D48815 (or 0xD48815) is known color: Buttercup. HEX triplet: D4, 88 and 15. RGB value is (212,136,21). Sum of RGB (Red+Green+Blue) = 212+136+21=369 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.45% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 21 (8.59% from 255 or 5.69% from 369); Max value from RGB is 212 - color contains mainly: red. Hex color #D48815 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48815 is #2B77EA. Grayscale: #929292. Windows color (decimal): -2848747 or 1411284. OLE color: 1411284.

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

Color convert

RGB 212 136 21 -
CMYK 0 0.36 0.90 0.17
HSL 36.13º 0.82% 0.46% -
HSV(B) 36.13º 0.9% 0.83% -
XYZ 36.09 31.66 4.92 -
YUV 145.61 57.68 175.35 -
System Red Green Blue C M Y K H S L
Decimal 212 136 21 0 0.36 0.90 0.17 36.13 0.82 0.46
Hex D4 88 15 0 24 5A 11 24 52 2E
Octal 324 210 25 0 44 132 21 44 122 56
Binary 11010100 10001000 10101 0 100100 1011010 10001 100100 1010010 101110

Color Harmonies of #D48815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48815

Black with #D48815

Text Example


Text Example

White with #D48815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48815; }

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

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

background-color css

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

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

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

border-color css

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

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

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