Html Css Color HEX #D1823A Peru

📋 copy color: '#D1823A'

red 209 ◦ green 130 ◦ blue 58

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

Shades of Peru #D1823A

Tints of Peru #D1823A

RGB

 RED value IS 209 (82.03% from 255) = 52.64%

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

 BLUE value IS 58 (23.05% from 255) = 14.61%

R = 52.64%
G = 32.75%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D1823A (or 0xD1823A) is known color: Peru. HEX triplet: D1, 82 and 3A. RGB value is (209,130,58). Sum of RGB (Red+Green+Blue) = 209+130+58=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 58 (23.05% from 255 or 14.61% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D1823A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1823A is #2E7DC5. Grayscale: #919191. Windows color (decimal): -3046854 or 3834577. OLE color: 3834577.

HSL color Cylindrical-coordinate representation of color #D1823A: hue angle of 28.61º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D1823A is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 130 58 -
CMYK 0 0.38 0.72 0.18
HSL 28.61º 0.62% 0.52% -
HSV(B) 28.61º 0.72% 0.82% -
XYZ 35.04 29.83 7.91 -
YUV 145.41 78.67 173.35 -
System Red Green Blue C M Y K H S L
Decimal 209 130 58 0 0.38 0.72 0.18 28.61 0.62 0.52
Hex D1 82 3A 0 26 48 12 1D 3E 34
Octal 321 202 72 0 46 110 22 35 76 64
Binary 11010001 10000010 111010 0 100110 1001000 10010 11101 111110 110100

Color Harmonies of #D1823A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1823A

Black with #D1823A

Text Example


Text Example

White with #D1823A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1823A; }

 p { color: rgb(209,130,58); }

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

background-color css

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

 a { background-color: rgb(209,130,58); }

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

border-color css

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

 span { border-color: rgb(209,130,58); }

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