Html Css Color HEX #D28C45 Peru

📋 copy color: '#D28C45'

red 210 ◦ green 140 ◦ blue 69

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

Shades of Peru #D28C45

Tints of Peru #D28C45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.47%

R = 50.12%
G = 33.41%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D28C45 (or 0xD28C45) is known color: Peru. HEX triplet: D2, 8C and 45. RGB value is (210,140,69). Sum of RGB (Red+Green+Blue) = 210+140+69=419 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.12% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 69 (27.34% from 255 or 16.47% from 419); Max value from RGB is 210 - color contains mainly: red. Hex color #D28C45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28C45 is #2D73BA. Grayscale: #999999. Windows color (decimal): -2978747 or 4558034. OLE color: 4558034.

HSL color Cylindrical-coordinate representation of color #D28C45: hue angle of 30.21º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D28C45 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 140 69 -
CMYK 0 0.33 0.67 0.18
HSL 30.21º 0.61% 0.55% -
HSV(B) 30.21º 0.67% 0.82% -
XYZ 37.03 32.89 10.03 -
YUV 152.84 80.69 168.77 -
System Red Green Blue C M Y K H S L
Decimal 210 140 69 0 0.33 0.67 0.18 30.21 0.61 0.55
Hex D2 8C 45 0 21 43 12 1E 3D 37
Octal 322 214 105 0 41 103 22 36 75 67
Binary 11010010 10001100 1000101 0 100001 1000011 10010 11110 111101 110111

Color Harmonies of #D28C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28C45

Black with #D28C45

Text Example


Text Example

White with #D28C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28C45; }

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

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

background-color css

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

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

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

border-color css

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

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

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