Html Css Color HEX #D2893E Peru

📋 copy color: '#D2893E'

red 210 ◦ green 137 ◦ blue 62

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

Shades of Peru #D2893E

Tints of Peru #D2893E

RGB

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

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

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

R = 51.34%
G = 33.5%
B = 15.16%

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

#D2893E (or 0xD2893E) is known color: Peru. HEX triplet: D2, 89 and 3E. RGB value is (210,137,62). Sum of RGB (Red+Green+Blue) = 210+137+62=409 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.34% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 62 (24.61% from 255 or 15.16% from 409); Max value from RGB is 210 - color contains mainly: red. Hex color #D2893E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2893E is #2D76C1. Grayscale: #969696. Windows color (decimal): -2979522 or 4098514. OLE color: 4098514.

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

Color convert

RGB 210 137 62 -
CMYK 0 0.35 0.70 0.18
HSL 30.41º 0.62% 0.53% -
HSV(B) 30.41º 0.7% 0.82% -
XYZ 36.39 31.94 8.8 -
YUV 150.28 78.18 170.6 -
System Red Green Blue C M Y K H S L
Decimal 210 137 62 0 0.35 0.70 0.18 30.41 0.62 0.53
Hex D2 89 3E 0 23 46 12 1E 3E 35
Octal 322 211 76 0 43 106 22 36 76 65
Binary 11010010 10001001 111110 0 100011 1000110 10010 11110 111110 110101

Color Harmonies of #D2893E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2893E

Black with #D2893E

Text Example


Text Example

White with #D2893E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2893E; }

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

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

background-color css

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

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

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

border-color css

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

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

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