Html Css Color HEX #D28343 Peru

📋 copy color: '#D28343'

red 210 ◦ green 131 ◦ blue 67

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

Shades of Peru #D28343

Tints of Peru #D28343

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.11%

 BLUE value IS 67 (26.56% from 255) = 16.42%

R = 51.47%
G = 32.11%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D28343 (or 0xD28343) is known color: Peru. HEX triplet: D2, 83 and 43. RGB value is (210,131,67). Sum of RGB (Red+Green+Blue) = 210+131+67=408 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.47% from 408); Green value is 131 (51.56% from 255 or 32.11% from 408); Blue value is 67 (26.56% from 255 or 16.42% from 408); Max value from RGB is 210 - color contains mainly: red. Hex color #D28343 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28343 is #2D7CBC. Grayscale: #939393. Windows color (decimal): -2981053 or 4424658. OLE color: 4424658.

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

Color convert

RGB 210 131 67 -
CMYK 0 0.38 0.68 0.18
HSL 26.85º 0.61% 0.54% -
HSV(B) 26.85º 0.68% 0.82% -
XYZ 35.71 30.34 9.28 -
YUV 147.33 82.67 172.7 -
System Red Green Blue C M Y K H S L
Decimal 210 131 67 0 0.38 0.68 0.18 26.85 0.61 0.54
Hex D2 83 43 0 26 44 12 1B 3D 36
Octal 322 203 103 0 46 104 22 33 75 66
Binary 11010010 10000011 1000011 0 100110 1000100 10010 11011 111101 110110

Color Harmonies of #D28343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28343

Black with #D28343

Text Example


Text Example

White with #D28343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28343; }

 p { color: rgb(210,131,67); }

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

background-color css

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

 a { background-color: rgb(210,131,67); }

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

border-color css

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

 span { border-color: rgb(210,131,67); }

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