Html Css Color HEX #D48A16 Buttercup

📋 copy color: '#D48A16'

red 212 ◦ green 138 ◦ blue 22

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

Shades of Buttercup #D48A16

Tints of Buttercup #D48A16

RGB

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

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

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

R = 56.99%
G = 37.1%
B = 5.91%

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

#D48A16 (or 0xD48A16) is known color: Buttercup. HEX triplet: D4, 8A and 16. RGB value is (212,138,22). Sum of RGB (Red+Green+Blue) = 212+138+22=372 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.99% from 372); Green value is 138 (54.30% from 255 or 37.10% from 372); Blue value is 22 (8.98% from 255 or 5.91% from 372); Max value from RGB is 212 - color contains mainly: red. Hex color #D48A16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48A16 is #2B75E9. Grayscale: #939393. Windows color (decimal): -2848234 or 1477332. OLE color: 1477332.

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

Color convert

RGB 212 138 22 -
CMYK 0 0.35 0.90 0.17
HSL 36.63º 0.81% 0.46% -
HSV(B) 36.63º 0.9% 0.83% -
XYZ 36.38 32.23 5.06 -
YUV 146.9 57.52 174.43 -
System Red Green Blue C M Y K H S L
Decimal 212 138 22 0 0.35 0.90 0.17 36.63 0.81 0.46
Hex D4 8A 16 0 23 5A 11 25 51 2E
Octal 324 212 26 0 43 132 21 45 121 56
Binary 11010100 10001010 10110 0 100011 1011010 10001 100101 1010001 101110

Color Harmonies of #D48A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48A16

Black with #D48A16

Text Example


Text Example

White with #D48A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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