Html Css Color HEX #D2894B Peru

📋 copy color: '#D2894B'

red 210 ◦ green 137 ◦ blue 75

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

Shades of Peru #D2894B

Tints of Peru #D2894B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.77%

R = 49.76%
G = 32.46%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D2894B (or 0xD2894B) is known color: Peru. HEX triplet: D2, 89 and 4B. RGB value is (210,137,75). Sum of RGB (Red+Green+Blue) = 210+137+75=422 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.76% from 422); Green value is 137 (53.91% from 255 or 32.46% from 422); Blue value is 75 (29.69% from 255 or 17.77% from 422); Max value from RGB is 210 - color contains mainly: red. Hex color #D2894B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2894B is #2D76B4. Grayscale: #989898. Windows color (decimal): -2979509 or 4950482. OLE color: 4950482.

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

Color convert

RGB 210 137 75 -
CMYK 0 0.35 0.64 0.18
HSL 27.56º 0.6% 0.56% -
HSV(B) 27.56º 0.64% 0.82% -
XYZ 36.79 32.1 10.91 -
YUV 151.76 84.68 169.54 -
System Red Green Blue C M Y K H S L
Decimal 210 137 75 0 0.35 0.64 0.18 27.56 0.6 0.56
Hex D2 89 4B 0 23 40 12 1C 3C 38
Octal 322 211 113 0 43 100 22 34 74 70
Binary 11010010 10001001 1001011 0 100011 1000000 10010 11100 111100 111000

Color Harmonies of #D2894B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2894B

Black with #D2894B

Text Example


Text Example

White with #D2894B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2894B; }

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

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

background-color css

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

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

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

border-color css

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

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

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