Html Css Color HEX #D48915 Buttercup

📋 copy color: '#D48915'

red 212 ◦ green 137 ◦ blue 21

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

Shades of Buttercup #D48915

Tints of Buttercup #D48915

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.03%

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

R = 57.3%
G = 37.03%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D48915 (or 0xD48915) is known color: Buttercup. HEX triplet: D4, 89 and 15. RGB value is (212,137,21). Sum of RGB (Red+Green+Blue) = 212+137+21=370 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.30% from 370); Green value is 137 (53.91% from 255 or 37.03% from 370); Blue value is 21 (8.59% from 255 or 5.68% from 370); Max value from RGB is 212 - color contains mainly: red. Hex color #D48915 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48915 is #2B76EA. Grayscale: #929292. Windows color (decimal): -2848491 or 1411540. OLE color: 1411540.

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

Color convert

RGB 212 137 21 -
CMYK 0 0.35 0.90 0.17
HSL 36.44º 0.82% 0.46% -
HSV(B) 36.44º 0.9% 0.83% -
XYZ 36.23 31.94 4.97 -
YUV 146.2 57.35 174.93 -
System Red Green Blue C M Y K H S L
Decimal 212 137 21 0 0.35 0.90 0.17 36.44 0.82 0.46
Hex D4 89 15 0 23 5A 11 24 52 2E
Octal 324 211 25 0 43 132 21 44 122 56
Binary 11010100 10001001 10101 0 100011 1011010 10001 100100 1010010 101110

Color Harmonies of #D48915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48915

Black with #D48915

Text Example


Text Example

White with #D48915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48915; }

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

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

background-color css

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

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

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

border-color css

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

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

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