Html Css Color HEX #D5823F Peru

📋 copy color: '#D5823F'

red 213 ◦ green 130 ◦ blue 63

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

Shades of Peru #D5823F

Tints of Peru #D5823F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.52%

R = 52.46%
G = 32.02%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D5823F (or 0xD5823F) is known color: Peru. HEX triplet: D5, 82 and 3F. RGB value is (213,130,63). Sum of RGB (Red+Green+Blue) = 213+130+63=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 63 (25% from 255 or 15.52% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D5823F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5823F is #2A7DC0. Grayscale: #939393. Windows color (decimal): -2784705 or 4162261. OLE color: 4162261.

HSL color Cylindrical-coordinate representation of color #D5823F: hue angle of 26.8º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D5823F is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 130 63 -
CMYK 0 0.39 0.70 0.16
HSL 26.8º 0.64% 0.54% -
HSV(B) 26.8º 0.7% 0.84% -
XYZ 36.32 30.47 8.67 -
YUV 147.18 80.5 174.95 -
System Red Green Blue C M Y K H S L
Decimal 213 130 63 0 0.39 0.70 0.16 26.8 0.64 0.54
Hex D5 82 3F 0 27 46 10 1B 40 36
Octal 325 202 77 0 47 106 20 33 100 66
Binary 11010101 10000010 111111 0 100111 1000110 10000 11011 1000000 110110

Color Harmonies of #D5823F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5823F

Black with #D5823F

Text Example


Text Example

White with #D5823F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5823F; }

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

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

background-color css

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

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

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

border-color css

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

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

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