Html Css Color HEX #D2833A Peru

📋 copy color: '#D2833A'

red 210 ◦ green 131 ◦ blue 58

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

Shades of Peru #D2833A

Tints of Peru #D2833A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.83%

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

R = 52.63%
G = 32.83%
B = 14.54%

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

#D2833A (or 0xD2833A) is known color: Peru. HEX triplet: D2, 83 and 3A. RGB value is (210,131,58). Sum of RGB (Red+Green+Blue) = 210+131+58=399 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.63% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 58 (23.05% from 255 or 14.54% from 399); Max value from RGB is 210 - color contains mainly: red. Hex color #D2833A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2833A is #2D7CC5. Grayscale: #929292. Windows color (decimal): -2981062 or 3834834. OLE color: 3834834.

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

Color convert

RGB 210 131 58 -
CMYK 0 0.38 0.72 0.18
HSL 28.82º 0.63% 0.53% -
HSV(B) 28.82º 0.72% 0.82% -
XYZ 35.46 30.24 7.97 -
YUV 146.3 78.17 173.44 -
System Red Green Blue C M Y K H S L
Decimal 210 131 58 0 0.38 0.72 0.18 28.82 0.63 0.53
Hex D2 83 3A 0 26 48 12 1D 3F 35
Octal 322 203 72 0 46 110 22 35 77 65
Binary 11010010 10000011 111010 0 100110 1001000 10010 11101 111111 110101

Color Harmonies of #D2833A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2833A

Black with #D2833A

Text Example


Text Example

White with #D2833A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2833A; }

 p { color: rgb(210,131,58); }

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

background-color css

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

 a { background-color: rgb(210,131,58); }

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

border-color css

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

 span { border-color: rgb(210,131,58); }

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