Html Css Color HEX #D28E4C Peru

📋 copy color: '#D28E4C'

red 210 ◦ green 142 ◦ blue 76

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

Shades of Peru #D28E4C

Tints of Peru #D28E4C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.18%

 BLUE value IS 76 (30.08% from 255) = 17.76%

R = 49.07%
G = 33.18%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D28E4C (or 0xD28E4C) is known color: Peru. HEX triplet: D2, 8E and 4C. RGB value is (210,142,76). Sum of RGB (Red+Green+Blue) = 210+142+76=428 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.07% from 428); Green value is 142 (55.86% from 255 or 33.18% from 428); Blue value is 76 (30.08% from 255 or 17.76% from 428); Max value from RGB is 210 - color contains mainly: red. Hex color #D28E4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28E4C is #2D71B3. Grayscale: #9B9B9B. Windows color (decimal): -2978228 or 5017298. OLE color: 5017298.

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

Color convert

RGB 210 142 76 -
CMYK 0 0.32 0.64 0.18
HSL 29.55º 0.6% 0.56% -
HSV(B) 29.55º 0.64% 0.82% -
XYZ 37.56 33.57 11.34 -
YUV 154.81 83.53 167.37 -
System Red Green Blue C M Y K H S L
Decimal 210 142 76 0 0.32 0.64 0.18 29.55 0.6 0.56
Hex D2 8E 4C 0 20 40 12 1E 3C 38
Octal 322 216 114 0 40 100 22 36 74 70
Binary 11010010 10001110 1001100 0 100000 1000000 10010 11110 111100 111000

Color Harmonies of #D28E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28E4C

Black with #D28E4C

Text Example


Text Example

White with #D28E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28E4C; }

 p { color: rgb(210,142,76); }

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

background-color css

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

 a { background-color: rgb(210,142,76); }

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

border-color css

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

 span { border-color: rgb(210,142,76); }

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