Html Css Color HEX #D28C4B Peru

📋 copy color: '#D28C4B'

red 210 ◦ green 140 ◦ blue 75

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

Shades of Peru #D28C4B

Tints of Peru #D28C4B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.94%

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

R = 49.41%
G = 32.94%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D28C4B (or 0xD28C4B) is known color: Peru. HEX triplet: D2, 8C and 4B. RGB value is (210,140,75). Sum of RGB (Red+Green+Blue) = 210+140+75=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 140 (55.08% from 255 or 32.94% from 425); Blue value is 75 (29.69% from 255 or 17.65% from 425); Max value from RGB is 210 - color contains mainly: red. Hex color #D28C4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28C4B is #2D73B4. Grayscale: #999999. Windows color (decimal): -2978741 or 4951250. OLE color: 4951250.

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

Color convert

RGB 210 140 75 -
CMYK 0 0.33 0.64 0.18
HSL 28.89º 0.6% 0.56% -
HSV(B) 28.89º 0.64% 0.82% -
XYZ 37.23 32.97 11.06 -
YUV 153.52 83.69 168.29 -
System Red Green Blue C M Y K H S L
Decimal 210 140 75 0 0.33 0.64 0.18 28.89 0.6 0.56
Hex D2 8C 4B 0 21 40 12 1D 3C 38
Octal 322 214 113 0 41 100 22 35 74 70
Binary 11010010 10001100 1001011 0 100001 1000000 10010 11101 111100 111000

Color Harmonies of #D28C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28C4B

Black with #D28C4B

Text Example


Text Example

White with #D28C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28C4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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