Html Css Color HEX #D2823D Peru

📋 copy color: '#D2823D'

red 210 ◦ green 130 ◦ blue 61

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

Shades of Peru #D2823D

Tints of Peru #D2823D

RGB

 RED value IS 210 (82.42% from 255) = 52.37%

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

 BLUE value IS 61 (24.22% from 255) = 15.21%

R = 52.37%
G = 32.42%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D2823D (or 0xD2823D) is known color: Peru. HEX triplet: D2, 82 and 3D. RGB value is (210,130,61). Sum of RGB (Red+Green+Blue) = 210+130+61=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 61 (24.22% from 255 or 15.21% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D2823D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2823D is #2D7DC2. Grayscale: #929292. Windows color (decimal): -2981315 or 4031186. OLE color: 4031186.

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

Color convert

RGB 210 130 61 -
CMYK 0 0.38 0.71 0.18
HSL 27.79º 0.62% 0.53% -
HSV(B) 27.79º 0.71% 0.82% -
XYZ 35.4 30 8.34 -
YUV 146.05 80 173.61 -
System Red Green Blue C M Y K H S L
Decimal 210 130 61 0 0.38 0.71 0.18 27.79 0.62 0.53
Hex D2 82 3D 0 26 47 12 1C 3E 35
Octal 322 202 75 0 46 107 22 34 76 65
Binary 11010010 10000010 111101 0 100110 1000111 10010 11100 111110 110101

Color Harmonies of #D2823D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2823D

Black with #D2823D

Text Example


Text Example

White with #D2823D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2823D; }

 p { color: rgb(210,130,61); }

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

background-color css

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

 a { background-color: rgb(210,130,61); }

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

border-color css

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

 span { border-color: rgb(210,130,61); }

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