Html Css Color HEX #D48B29 Buttercup

📋 copy color: '#D48B29'

red 212 ◦ green 139 ◦ blue 41

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

Shades of Buttercup #D48B29

Tints of Buttercup #D48B29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.46%

R = 54.08%
G = 35.46%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#D48B29 (or 0xD48B29) is known color: Buttercup. HEX triplet: D4, 8B and 29. RGB value is (212,139,41). Sum of RGB (Red+Green+Blue) = 212+139+41=392 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.08% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 41 (16.41% from 255 or 10.46% from 392); Max value from RGB is 212 - color contains mainly: red. Hex color #D48B29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48B29 is #2B74D6. Grayscale: #969696. Windows color (decimal): -2847959 or 2722772. OLE color: 2722772.

HSL color Cylindrical-coordinate representation of color #D48B29: hue angle of 34.39º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D48B29 is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 139 41 -
CMYK 0 0.34 0.81 0.17
HSL 34.39º 0.68% 0.5% -
HSV(B) 34.39º 0.81% 0.83% -
XYZ 36.78 32.62 6.46 -
YUV 149.66 66.68 172.47 -
System Red Green Blue C M Y K H S L
Decimal 212 139 41 0 0.34 0.81 0.17 34.39 0.68 0.5
Hex D4 8B 29 0 22 51 11 22 44 32
Octal 324 213 51 0 42 121 21 42 104 62
Binary 11010100 10001011 101001 0 100010 1010001 10001 100010 1000100 110010

Color Harmonies of #D48B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48B29

Black with #D48B29

Text Example


Text Example

White with #D48B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48B29; }

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

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

background-color css

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

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

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

border-color css

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

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

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