Html Css Color HEX #D48916 Buttercup

📋 copy color: '#D48916'

red 212 ◦ green 137 ◦ blue 22

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

Shades of Buttercup #D48916

Tints of Buttercup #D48916

RGB

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

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

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

R = 57.14%
G = 36.93%
B = 5.93%

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

#D48916 (or 0xD48916) is known color: Buttercup. HEX triplet: D4, 89 and 16. RGB value is (212,137,22). Sum of RGB (Red+Green+Blue) = 212+137+22=371 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.14% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 22 (8.98% from 255 or 5.93% from 371); Max value from RGB is 212 - color contains mainly: red. Hex color #D48916 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48916 is #2B76E9. Grayscale: #929292. Windows color (decimal): -2848490 or 1477076. OLE color: 1477076.

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

Color convert

RGB 212 137 22 -
CMYK 0 0.35 0.90 0.17
HSL 36.32º 0.81% 0.46% -
HSV(B) 36.32º 0.9% 0.83% -
XYZ 36.24 31.95 5.02 -
YUV 146.32 57.85 174.85 -
System Red Green Blue C M Y K H S L
Decimal 212 137 22 0 0.35 0.90 0.17 36.32 0.81 0.46
Hex D4 89 16 0 23 5A 11 24 51 2E
Octal 324 211 26 0 43 132 21 44 121 56
Binary 11010100 10001001 10110 0 100011 1011010 10001 100100 1010001 101110

Color Harmonies of #D48916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48916

Black with #D48916

Text Example


Text Example

White with #D48916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48916; }

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

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

background-color css

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

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

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

border-color css

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

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

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