Html Css Color HEX #D48150 Raw Sienna

📋 copy color: '#D48150'

red 212 ◦ green 129 ◦ blue 80

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

Shades of Raw Sienna #D48150

Tints of Raw Sienna #D48150

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.64%

 BLUE value IS 80 (31.64% from 255) = 19%

R = 50.36%
G = 30.64%
B = 19%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D48150 (or 0xD48150) is known color: Raw Sienna. HEX triplet: D4, 81 and 50. RGB value is (212,129,80). Sum of RGB (Red+Green+Blue) = 212+129+80=421 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.36% from 421); Green value is 129 (50.78% from 255 or 30.64% from 421); Blue value is 80 (31.64% from 255 or 19.00% from 421); Max value from RGB is 212 - color contains mainly: red. Hex color #D48150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48150 is #2B7EAF. Grayscale: #949494. Windows color (decimal): -2850480 or 5276116. OLE color: 5276116.

HSL color Cylindrical-coordinate representation of color #D48150: hue angle of 22.27º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D48150 is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 129 80 -
CMYK 0 0.39 0.62 0.17
HSL 22.27º 0.61% 0.57% -
HSV(B) 22.27º 0.62% 0.83% -
XYZ 36.45 30.28 11.51 -
YUV 148.23 89.5 173.48 -
System Red Green Blue C M Y K H S L
Decimal 212 129 80 0 0.39 0.62 0.17 22.27 0.61 0.57
Hex D4 81 50 0 27 3E 11 16 3D 39
Octal 324 201 120 0 47 76 21 26 75 71
Binary 11010100 10000001 1010000 0 100111 111110 10001 10110 111101 111001

Color Harmonies of #D48150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48150

Black with #D48150

Text Example


Text Example

White with #D48150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48150; }

 p { color: rgb(212,129,80); }

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

background-color css

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

 a { background-color: rgb(212,129,80); }

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

border-color css

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

 span { border-color: rgb(212,129,80); }

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