Html Css Color HEX #D48A18 Buttercup

📋 copy color: '#D48A18'

red 212 ◦ green 138 ◦ blue 24

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

Shades of Buttercup #D48A18

Tints of Buttercup #D48A18

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.9%

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

R = 56.68%
G = 36.9%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#D48A18 (or 0xD48A18) is known color: Buttercup. HEX triplet: D4, 8A and 18. RGB value is (212,138,24). Sum of RGB (Red+Green+Blue) = 212+138+24=374 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.68% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 24 (9.77% from 255 or 6.42% from 374); Max value from RGB is 212 - color contains mainly: red. Hex color #D48A18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48A18 is #2B75E7. Grayscale: #939393. Windows color (decimal): -2848232 or 1608404. OLE color: 1608404.

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

Color convert

RGB 212 138 24 -
CMYK 0 0.35 0.89 0.17
HSL 36.38º 0.8% 0.46% -
HSV(B) 36.38º 0.89% 0.83% -
XYZ 36.4 32.24 5.17 -
YUV 147.13 58.52 174.27 -
System Red Green Blue C M Y K H S L
Decimal 212 138 24 0 0.35 0.89 0.17 36.38 0.8 0.46
Hex D4 8A 18 0 23 59 11 24 50 2E
Octal 324 212 30 0 43 131 21 44 120 56
Binary 11010100 10001010 11000 0 100011 1011001 10001 100100 1010000 101110

Color Harmonies of #D48A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48A18

Black with #D48A18

Text Example


Text Example

White with #D48A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48A18; }

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

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

background-color css

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

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

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

border-color css

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

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

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