Html Css Color HEX #D28643 Peru

📋 copy color: '#D28643'

red 210 ◦ green 134 ◦ blue 67

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

Shades of Peru #D28643

Tints of Peru #D28643

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.6%

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

R = 51.09%
G = 32.6%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D28643 (or 0xD28643) is known color: Peru. HEX triplet: D2, 86 and 43. RGB value is (210,134,67). Sum of RGB (Red+Green+Blue) = 210+134+67=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 67 (26.56% from 255 or 16.30% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D28643 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28643 is #2D79BC. Grayscale: #959595. Windows color (decimal): -2980285 or 4425426. OLE color: 4425426.

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

Color convert

RGB 210 134 67 -
CMYK 0 0.36 0.68 0.18
HSL 28.11º 0.61% 0.54% -
HSV(B) 28.11º 0.68% 0.82% -
XYZ 36.12 31.16 9.42 -
YUV 149.09 81.68 171.45 -
System Red Green Blue C M Y K H S L
Decimal 210 134 67 0 0.36 0.68 0.18 28.11 0.61 0.54
Hex D2 86 43 0 24 44 12 1C 3D 36
Octal 322 206 103 0 44 104 22 34 75 66
Binary 11010010 10000110 1000011 0 100100 1000100 10010 11100 111101 110110

Color Harmonies of #D28643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28643

Black with #D28643

Text Example


Text Example

White with #D28643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28643; }

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

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

background-color css

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

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

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

border-color css

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

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

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