Html Css Color HEX #D28542 Peru

📋 copy color: '#D28542'

red 210 ◦ green 133 ◦ blue 66

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

Shades of Peru #D28542

Tints of Peru #D28542

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.52%

 BLUE value IS 66 (26.17% from 255) = 16.14%

R = 51.34%
G = 32.52%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D28542 (or 0xD28542) is known color: Peru. HEX triplet: D2, 85 and 42. RGB value is (210,133,66). Sum of RGB (Red+Green+Blue) = 210+133+66=409 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.34% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 66 (26.17% from 255 or 16.14% from 409); Max value from RGB is 210 - color contains mainly: red. Hex color #D28542 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28542 is #2D7ABD. Grayscale: #949494. Windows color (decimal): -2980542 or 4359634. OLE color: 4359634.

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

Color convert

RGB 210 133 66 -
CMYK 0 0.37 0.69 0.18
HSL 27.92º 0.62% 0.54% -
HSV(B) 27.92º 0.69% 0.82% -
XYZ 35.95 30.87 9.22 -
YUV 148.39 81.51 171.95 -
System Red Green Blue C M Y K H S L
Decimal 210 133 66 0 0.37 0.69 0.18 27.92 0.62 0.54
Hex D2 85 42 0 25 45 12 1C 3E 36
Octal 322 205 102 0 45 105 22 34 76 66
Binary 11010010 10000101 1000010 0 100101 1000101 10010 11100 111110 110110

Color Harmonies of #D28542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28542

Black with #D28542

Text Example


Text Example

White with #D28542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28542; }

 p { color: rgb(210,133,66); }

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

background-color css

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

 a { background-color: rgb(210,133,66); }

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

border-color css

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

 span { border-color: rgb(210,133,66); }

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