Html Css Color HEX #D48D17 Buttercup

📋 copy color: '#D48D17'

red 212 ◦ green 141 ◦ blue 23

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

Shades of Buttercup #D48D17

Tints of Buttercup #D48D17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.12%

R = 56.38%
G = 37.5%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#D48D17 (or 0xD48D17) is known color: Buttercup. HEX triplet: D4, 8D and 17. RGB value is (212,141,23). Sum of RGB (Red+Green+Blue) = 212+141+23=376 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.38% from 376); Green value is 141 (55.47% from 255 or 37.5% from 376); Blue value is 23 (9.38% from 255 or 6.12% from 376); Max value from RGB is 212 - color contains mainly: red. Hex color #D48D17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48D17 is #2B72E8. Grayscale: #959595. Windows color (decimal): -2847465 or 1543636. OLE color: 1543636.

HSL color Cylindrical-coordinate representation of color #D48D17: hue angle of 37.46º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D48D17 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 141 23 -
CMYK 0 0.33 0.89 0.17
HSL 37.46º 0.8% 0.46% -
HSV(B) 37.46º 0.89% 0.83% -
XYZ 36.83 33.11 5.26 -
YUV 148.78 57.02 173.09 -
System Red Green Blue C M Y K H S L
Decimal 212 141 23 0 0.33 0.89 0.17 37.46 0.8 0.46
Hex D4 8D 17 0 21 59 11 25 50 2E
Octal 324 215 27 0 41 131 21 45 120 56
Binary 11010100 10001101 10111 0 100001 1011001 10001 100101 1010000 101110

Color Harmonies of #D48D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48D17

Black with #D48D17

Text Example


Text Example

White with #D48D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48D17; }

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

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

background-color css

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

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

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

border-color css

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

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

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