Html Css Color HEX #D28843 Peru

📋 copy color: '#D28843'

red 210 ◦ green 136 ◦ blue 67

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

Shades of Peru #D28843

Tints of Peru #D28843

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.93%

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

R = 50.85%
G = 32.93%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D28843 (or 0xD28843) is known color: Peru. HEX triplet: D2, 88 and 43. RGB value is (210,136,67). Sum of RGB (Red+Green+Blue) = 210+136+67=413 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.85% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 67 (26.56% from 255 or 16.22% from 413); Max value from RGB is 210 - color contains mainly: red. Hex color #D28843 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28843 is #2D77BC. Grayscale: #969696. Windows color (decimal): -2979773 or 4425938. OLE color: 4425938.

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

Color convert

RGB 210 136 67 -
CMYK 0 0.35 0.68 0.18
HSL 28.95º 0.61% 0.54% -
HSV(B) 28.95º 0.68% 0.82% -
XYZ 36.4 31.72 9.51 -
YUV 150.26 81.02 170.61 -
System Red Green Blue C M Y K H S L
Decimal 210 136 67 0 0.35 0.68 0.18 28.95 0.61 0.54
Hex D2 88 43 0 23 44 12 1D 3D 36
Octal 322 210 103 0 43 104 22 35 75 66
Binary 11010010 10001000 1000011 0 100011 1000100 10010 11101 111101 110110

Color Harmonies of #D28843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28843

Black with #D28843

Text Example


Text Example

White with #D28843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28843; }

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

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

background-color css

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

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

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

border-color css

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

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

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