Html Css Color HEX #D8A132 Buttercup

📋 copy color: '#D8A132'

red 216 ◦ green 161 ◦ blue 50

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

Shades of Buttercup #D8A132

Tints of Buttercup #D8A132

RGB

 RED value IS 216 (84.77% from 255) = 50.59%

 GREEN value IS 161 (63.28% from 255) = 37.7%

 BLUE value IS 50 (19.92% from 255) = 11.71%

R = 50.59%
G = 37.7%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D8A132 (or 0xD8A132) is known color: Buttercup. HEX triplet: D8, A1 and 32. RGB value is (216,161,50). Sum of RGB (Red+Green+Blue) = 216+161+50=427 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.59% from 427); Green value is 161 (63.28% from 255 or 37.70% from 427); Blue value is 50 (19.92% from 255 or 11.71% from 427); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A132 is #275ECD. Grayscale: #A5A5A5. Windows color (decimal): -2580174 or 3318232. OLE color: 3318232.

HSL color Cylindrical-coordinate representation of color #D8A132: hue angle of 40.12º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D8A132 is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 161 50 -
CMYK 0 0.25 0.77 0.15
HSL 40.12º 0.68% 0.52% -
HSV(B) 40.12º 0.77% 0.85% -
XYZ 41.64 40.32 8.61 -
YUV 164.79 63.22 164.53 -
System Red Green Blue C M Y K H S L
Decimal 216 161 50 0 0.25 0.77 0.15 40.12 0.68 0.52
Hex D8 A1 32 0 19 4D F 28 44 34
Octal 330 241 62 0 31 115 17 50 104 64
Binary 11011000 10100001 110010 0 11001 1001101 1111 101000 1000100 110100

Color Harmonies of #D8A132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A132

Black with #D8A132

Text Example


Text Example

White with #D8A132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A132; }

 p { color: rgb(216,161,50); }

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

background-color css

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

 a { background-color: rgb(216,161,50); }

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

border-color css

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

 span { border-color: rgb(216,161,50); }

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