Html Css Color HEX #D48045 Raw Sienna

📋 copy color: '#D48045'

red 212 ◦ green 128 ◦ blue 69

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

Shades of Raw Sienna #D48045

Tints of Raw Sienna #D48045

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.3%

 BLUE value IS 69 (27.34% from 255) = 16.87%

R = 51.83%
G = 31.3%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#D48045 (or 0xD48045) is known color: Raw Sienna. HEX triplet: D4, 80 and 45. RGB value is (212,128,69). Sum of RGB (Red+Green+Blue) = 212+128+69=409 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.83% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 69 (27.34% from 255 or 16.87% from 409); Max value from RGB is 212 - color contains mainly: red. Hex color #D48045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48045 is #2B7FBA. Grayscale: #929292. Windows color (decimal): -2850747 or 4554964. OLE color: 4554964.

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

Color convert

RGB 212 128 69 -
CMYK 0 0.40 0.67 0.17
HSL 24.76º 0.62% 0.55% -
HSV(B) 24.76º 0.67% 0.83% -
XYZ 35.94 29.87 9.5 -
YUV 146.39 84.33 174.8 -
System Red Green Blue C M Y K H S L
Decimal 212 128 69 0 0.40 0.67 0.17 24.76 0.62 0.55
Hex D4 80 45 0 28 43 11 19 3E 37
Octal 324 200 105 0 50 103 21 31 76 67
Binary 11010100 10000000 1000101 0 101000 1000011 10001 11001 111110 110111

Color Harmonies of #D48045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48045

Black with #D48045

Text Example


Text Example

White with #D48045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48045; }

 p { color: rgb(212,128,69); }

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

background-color css

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

 a { background-color: rgb(212,128,69); }

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

border-color css

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

 span { border-color: rgb(212,128,69); }

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