Html Css Color HEX #D48B18 Buttercup

📋 copy color: '#D48B18'

red 212 ◦ green 139 ◦ blue 24

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

Shades of Buttercup #D48B18

Tints of Buttercup #D48B18

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.07%

 BLUE value IS 24 (9.77% from 255) = 6.4%

R = 56.53%
G = 37.07%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#D48B18 (or 0xD48B18) is known color: Buttercup. HEX triplet: D4, 8B and 18. RGB value is (212,139,24). Sum of RGB (Red+Green+Blue) = 212+139+24=375 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.53% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 24 (9.77% from 255 or 6.4% from 375); Max value from RGB is 212 - color contains mainly: red. Hex color #D48B18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48B18 is #2B74E7. Grayscale: #949494. Windows color (decimal): -2847976 or 1608660. OLE color: 1608660.

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

Color convert

RGB 212 139 24 -
CMYK 0 0.34 0.89 0.17
HSL 36.7º 0.8% 0.46% -
HSV(B) 36.7º 0.89% 0.83% -
XYZ 36.55 32.53 5.22 -
YUV 147.72 58.18 173.85 -
System Red Green Blue C M Y K H S L
Decimal 212 139 24 0 0.34 0.89 0.17 36.7 0.8 0.46
Hex D4 8B 18 0 22 59 11 25 50 2E
Octal 324 213 30 0 42 131 21 45 120 56
Binary 11010100 10001011 11000 0 100010 1011001 10001 100101 1010000 101110

Color Harmonies of #D48B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48B18

Black with #D48B18

Text Example


Text Example

White with #D48B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48B18; }

 p { color: rgb(212,139,24); }

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

background-color css

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

 a { background-color: rgb(212,139,24); }

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

border-color css

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

 span { border-color: rgb(212,139,24); }

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