Html Css Color HEX #D28F3F Peru

📋 copy color: '#D28F3F'

red 210 ◦ green 143 ◦ blue 63

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

Shades of Peru #D28F3F

Tints of Peru #D28F3F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.38%

 BLUE value IS 63 (25% from 255) = 15.14%

R = 50.48%
G = 34.38%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D28F3F (or 0xD28F3F) is known color: Peru. HEX triplet: D2, 8F and 3F. RGB value is (210,143,63). Sum of RGB (Red+Green+Blue) = 210+143+63=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 63 (25% from 255 or 15.14% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D28F3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28F3F is #2D70C0. Grayscale: #9A9A9A. Windows color (decimal): -2977985 or 4165586. OLE color: 4165586.

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

Color convert

RGB 210 143 63 -
CMYK 0 0.32 0.70 0.18
HSL 32.65º 0.62% 0.54% -
HSV(B) 32.65º 0.7% 0.82% -
XYZ 37.3 33.71 9.24 -
YUV 153.91 76.7 168 -
System Red Green Blue C M Y K H S L
Decimal 210 143 63 0 0.32 0.70 0.18 32.65 0.62 0.54
Hex D2 8F 3F 0 20 46 12 21 3E 36
Octal 322 217 77 0 40 106 22 41 76 66
Binary 11010010 10001111 111111 0 100000 1000110 10010 100001 111110 110110

Color Harmonies of #D28F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28F3F

Black with #D28F3F

Text Example


Text Example

White with #D28F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28F3F; }

 p { color: rgb(210,143,63); }

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

background-color css

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

 a { background-color: rgb(210,143,63); }

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

border-color css

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

 span { border-color: rgb(210,143,63); }

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