Html Css Color HEX #D28C43 Peru

📋 copy color: '#D28C43'

red 210 ◦ green 140 ◦ blue 67

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

Shades of Peru #D28C43

Tints of Peru #D28C43

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.57%

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

R = 50.36%
G = 33.57%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D28C43 (or 0xD28C43) is known color: Peru. HEX triplet: D2, 8C and 43. RGB value is (210,140,67). Sum of RGB (Red+Green+Blue) = 210+140+67=417 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.36% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 67 (26.56% from 255 or 16.07% from 417); Max value from RGB is 210 - color contains mainly: red. Hex color #D28C43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28C43 is #2D73BC. Grayscale: #989898. Windows color (decimal): -2978749 or 4426962. OLE color: 4426962.

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

Color convert

RGB 210 140 67 -
CMYK 0 0.33 0.68 0.18
HSL 30.63º 0.61% 0.54% -
HSV(B) 30.63º 0.68% 0.82% -
XYZ 36.97 32.86 9.7 -
YUV 152.61 79.69 168.94 -
System Red Green Blue C M Y K H S L
Decimal 210 140 67 0 0.33 0.68 0.18 30.63 0.61 0.54
Hex D2 8C 43 0 21 44 12 1F 3D 36
Octal 322 214 103 0 41 104 22 37 75 66
Binary 11010010 10001100 1000011 0 100001 1000100 10010 11111 111101 110110

Color Harmonies of #D28C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28C43

Black with #D28C43

Text Example


Text Example

White with #D28C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28C43; }

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

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

background-color css

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

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

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

border-color css

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

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

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