Html Css Color HEX #D2893D Peru

📋 copy color: '#D2893D'

red 210 ◦ green 137 ◦ blue 61

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

Shades of Peru #D2893D

Tints of Peru #D2893D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.95%

R = 51.47%
G = 33.58%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D2893D (or 0xD2893D) is known color: Peru. HEX triplet: D2, 89 and 3D. RGB value is (210,137,61). Sum of RGB (Red+Green+Blue) = 210+137+61=408 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.47% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 61 (24.22% from 255 or 14.95% from 408); Max value from RGB is 210 - color contains mainly: red. Hex color #D2893D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2893D is #2D76C2. Grayscale: #969696. Windows color (decimal): -2979523 or 4032978. OLE color: 4032978.

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

Color convert

RGB 210 137 61 -
CMYK 0 0.35 0.71 0.18
HSL 30.6º 0.62% 0.53% -
HSV(B) 30.6º 0.71% 0.82% -
XYZ 36.37 31.93 8.66 -
YUV 150.16 77.68 170.68 -
System Red Green Blue C M Y K H S L
Decimal 210 137 61 0 0.35 0.71 0.18 30.6 0.62 0.53
Hex D2 89 3D 0 23 47 12 1F 3E 35
Octal 322 211 75 0 43 107 22 37 76 65
Binary 11010010 10001001 111101 0 100011 1000111 10010 11111 111110 110101

Color Harmonies of #D2893D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2893D

Black with #D2893D

Text Example


Text Example

White with #D2893D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2893D; }

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

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

background-color css

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

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

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

border-color css

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

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

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