Html Css Color HEX #D2883E Peru

📋 copy color: '#D2883E'

red 210 ◦ green 136 ◦ blue 62

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

Shades of Peru #D2883E

Tints of Peru #D2883E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.2%

R = 51.47%
G = 33.33%
B = 15.2%

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

#D2883E (or 0xD2883E) is known color: Peru. HEX triplet: D2, 88 and 3E. RGB value is (210,136,62). Sum of RGB (Red+Green+Blue) = 210+136+62=408 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.47% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 62 (24.61% from 255 or 15.20% from 408); Max value from RGB is 210 - color contains mainly: red. Hex color #D2883E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2883E is #2D77C1. Grayscale: #969696. Windows color (decimal): -2979778 or 4098258. OLE color: 4098258.

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

Color convert

RGB 210 136 62 -
CMYK 0 0.35 0.70 0.18
HSL 30º 0.62% 0.53% -
HSV(B) 30º 0.7% 0.82% -
XYZ 36.25 31.66 8.76 -
YUV 149.69 78.52 171.02 -
System Red Green Blue C M Y K H S L
Decimal 210 136 62 0 0.35 0.70 0.18 30 0.62 0.53
Hex D2 88 3E 0 23 46 12 1E 3E 35
Octal 322 210 76 0 43 106 22 36 76 65
Binary 11010010 10001000 111110 0 100011 1000110 10010 11110 111110 110101

Color Harmonies of #D2883E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2883E

Black with #D2883E

Text Example


Text Example

White with #D2883E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2883E; }

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

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

background-color css

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

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

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

border-color css

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

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

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