Html Css Color HEX #D2823C Peru

📋 copy color: '#D2823C'

red 210 ◦ green 130 ◦ blue 60

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

Shades of Peru #D2823C

Tints of Peru #D2823C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15%

R = 52.5%
G = 32.5%
B = 15%

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

#D2823C (or 0xD2823C) is known color: Peru. HEX triplet: D2, 82 and 3C. RGB value is (210,130,60). Sum of RGB (Red+Green+Blue) = 210+130+60=400 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.5% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 60 (23.83% from 255 or 15% from 400); Max value from RGB is 210 - color contains mainly: red. Hex color #D2823C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2823C is #2D7DC3. Grayscale: #929292. Windows color (decimal): -2981316 or 3965650. OLE color: 3965650.

HSL color Cylindrical-coordinate representation of color #D2823C: hue angle of 28º 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 #D2823C is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 130 60 -
CMYK 0 0.38 0.71 0.18
HSL 28º 0.63% 0.53% -
HSV(B) 28º 0.71% 0.82% -
XYZ 35.38 29.99 8.2 -
YUV 145.94 79.5 173.69 -
System Red Green Blue C M Y K H S L
Decimal 210 130 60 0 0.38 0.71 0.18 28 0.63 0.53
Hex D2 82 3C 0 26 47 12 1C 3E 35
Octal 322 202 74 0 46 107 22 34 76 65
Binary 11010010 10000010 111100 0 100110 1000111 10010 11100 111110 110101

Color Harmonies of #D2823C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2823C

Black with #D2823C

Text Example


Text Example

White with #D2823C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2823C; }

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

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

background-color css

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

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

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

border-color css

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

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

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