Html Css Color HEX #D48A1F Buttercup

📋 copy color: '#D48A1F'

red 212 ◦ green 138 ◦ blue 31

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

Shades of Buttercup #D48A1F

Tints of Buttercup #D48A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.14%

R = 55.64%
G = 36.22%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#D48A1F (or 0xD48A1F) is known color: Buttercup. HEX triplet: D4, 8A and 1F. RGB value is (212,138,31). Sum of RGB (Red+Green+Blue) = 212+138+31=381 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.64% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 31 (12.5% from 255 or 8.14% from 381); Max value from RGB is 212 - color contains mainly: red. Hex color #D48A1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48A1F is #2B75E0. Grayscale: #949494. Windows color (decimal): -2848225 or 2067156. OLE color: 2067156.

HSL color Cylindrical-coordinate representation of color #D48A1F: hue angle of 35.47º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D48A1F is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 138 31 -
CMYK 0 0.35 0.85 0.17
HSL 35.47º 0.74% 0.48% -
HSV(B) 35.47º 0.85% 0.83% -
XYZ 36.49 32.27 5.6 -
YUV 147.93 62.02 173.7 -
System Red Green Blue C M Y K H S L
Decimal 212 138 31 0 0.35 0.85 0.17 35.47 0.74 0.48
Hex D4 8A 1F 0 23 55 11 23 4A 30
Octal 324 212 37 0 43 125 21 43 112 60
Binary 11010100 10001010 11111 0 100011 1010101 10001 100011 1001010 110000

Color Harmonies of #D48A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48A1F

Black with #D48A1F

Text Example


Text Example

White with #D48A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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