Html Css Color HEX #D2893F Peru

📋 copy color: '#D2893F'

red 210 ◦ green 137 ◦ blue 63

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

Shades of Peru #D2893F

Tints of Peru #D2893F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.41%

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

R = 51.22%
G = 33.41%
B = 15.37%

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

#D2893F (or 0xD2893F) is known color: Peru. HEX triplet: D2, 89 and 3F. RGB value is (210,137,63). Sum of RGB (Red+Green+Blue) = 210+137+63=410 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.22% from 410); Green value is 137 (53.91% from 255 or 33.41% from 410); Blue value is 63 (25% from 255 or 15.37% from 410); Max value from RGB is 210 - color contains mainly: red. Hex color #D2893F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2893F is #2D76C0. Grayscale: #969696. Windows color (decimal): -2979521 or 4164050. OLE color: 4164050.

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

Color convert

RGB 210 137 63 -
CMYK 0 0.35 0.70 0.18
HSL 30.2º 0.62% 0.54% -
HSV(B) 30.2º 0.7% 0.82% -
XYZ 36.42 31.95 8.95 -
YUV 150.39 78.68 170.52 -
System Red Green Blue C M Y K H S L
Decimal 210 137 63 0 0.35 0.70 0.18 30.2 0.62 0.54
Hex D2 89 3F 0 23 46 12 1E 3E 36
Octal 322 211 77 0 43 106 22 36 76 66
Binary 11010010 10001001 111111 0 100011 1000110 10010 11110 111110 110110

Color Harmonies of #D2893F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2893F

Black with #D2893F

Text Example


Text Example

White with #D2893F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2893F; }

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

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

background-color css

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

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

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

border-color css

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

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

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