Html Css Color HEX #D2883F Peru

📋 copy color: '#D2883F'

red 210 ◦ green 136 ◦ blue 63

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

Shades of Peru #D2883F

Tints of Peru #D2883F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.4%

R = 51.34%
G = 33.25%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D2883F (or 0xD2883F) is known color: Peru. HEX triplet: D2, 88 and 3F. RGB value is (210,136,63). Sum of RGB (Red+Green+Blue) = 210+136+63=409 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.34% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 63 (25% from 255 or 15.40% from 409); Max value from RGB is 210 - color contains mainly: red. Hex color #D2883F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2883F is #2D77C0. Grayscale: #969696. Windows color (decimal): -2979777 or 4163794. OLE color: 4163794.

HSL color Cylindrical-coordinate representation of color #D2883F: hue angle of 29.8º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2883F is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 136 63 -
CMYK 0 0.35 0.70 0.18
HSL 29.8º 0.62% 0.54% -
HSV(B) 29.8º 0.7% 0.82% -
XYZ 36.28 31.67 8.9 -
YUV 149.8 79.02 170.94 -
System Red Green Blue C M Y K H S L
Decimal 210 136 63 0 0.35 0.70 0.18 29.8 0.62 0.54
Hex D2 88 3F 0 23 46 12 1E 3E 36
Octal 322 210 77 0 43 106 22 36 76 66
Binary 11010010 10001000 111111 0 100011 1000110 10010 11110 111110 110110

Color Harmonies of #D2883F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2883F

Black with #D2883F

Text Example


Text Example

White with #D2883F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2883F; }

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

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

background-color css

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

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

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

border-color css

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

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

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