Html Css Color HEX #D5824A Raw Sienna

📋 copy color: '#D5824A'

red 213 ◦ green 130 ◦ blue 74

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

Shades of Raw Sienna #D5824A

Tints of Raw Sienna #D5824A

RGB

 RED value IS 213 (83.59% from 255) = 51.08%

 GREEN value IS 130 (51.17% from 255) = 31.18%

 BLUE value IS 74 (29.3% from 255) = 17.75%

R = 51.08%
G = 31.18%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D5824A (or 0xD5824A) is known color: Raw Sienna. HEX triplet: D5, 82 and 4A. RGB value is (213,130,74). Sum of RGB (Red+Green+Blue) = 213+130+74=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 74 (29.30% from 255 or 17.75% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D5824A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5824A is #2A7DB5. Grayscale: #949494. Windows color (decimal): -2784694 or 4883157. OLE color: 4883157.

HSL color Cylindrical-coordinate representation of color #D5824A: hue angle of 24.17º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D5824A is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 130 74 -
CMYK 0 0.39 0.65 0.16
HSL 24.17º 0.62% 0.56% -
HSV(B) 24.17º 0.65% 0.84% -
XYZ 36.66 30.61 10.45 -
YUV 148.43 86 174.05 -
System Red Green Blue C M Y K H S L
Decimal 213 130 74 0 0.39 0.65 0.16 24.17 0.62 0.56
Hex D5 82 4A 0 27 41 10 18 3E 38
Octal 325 202 112 0 47 101 20 30 76 70
Binary 11010101 10000010 1001010 0 100111 1000001 10000 11000 111110 111000

Color Harmonies of #D5824A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5824A

Black with #D5824A

Text Example


Text Example

White with #D5824A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5824A; }

 p { color: rgb(213,130,74); }

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

background-color css

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

 a { background-color: rgb(213,130,74); }

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

border-color css

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

 span { border-color: rgb(213,130,74); }

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