Html Css Color HEX #D2883B Peru

📋 copy color: '#D2883B'

red 210 ◦ green 136 ◦ blue 59

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

Shades of Peru #D2883B

Tints of Peru #D2883B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.58%

 BLUE value IS 59 (23.44% from 255) = 14.57%

R = 51.85%
G = 33.58%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D2883B (or 0xD2883B) is known color: Peru. HEX triplet: D2, 88 and 3B. RGB value is (210,136,59). Sum of RGB (Red+Green+Blue) = 210+136+59=405 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.85% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 59 (23.44% from 255 or 14.57% from 405); Max value from RGB is 210 - color contains mainly: red. Hex color #D2883B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2883B is #2D77C4. Grayscale: #959595. Windows color (decimal): -2979781 or 3901650. OLE color: 3901650.

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

Color convert

RGB 210 136 59 -
CMYK 0 0.35 0.72 0.18
HSL 30.6º 0.63% 0.53% -
HSV(B) 30.6º 0.72% 0.82% -
XYZ 36.17 31.63 8.34 -
YUV 149.35 77.02 171.26 -
System Red Green Blue C M Y K H S L
Decimal 210 136 59 0 0.35 0.72 0.18 30.6 0.63 0.53
Hex D2 88 3B 0 23 48 12 1F 3F 35
Octal 322 210 73 0 43 110 22 37 77 65
Binary 11010010 10001000 111011 0 100011 1001000 10010 11111 111111 110101

Color Harmonies of #D2883B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2883B

Black with #D2883B

Text Example


Text Example

White with #D2883B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2883B; }

 p { color: rgb(210,136,59); }

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

background-color css

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

 a { background-color: rgb(210,136,59); }

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

border-color css

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

 span { border-color: rgb(210,136,59); }

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