Html Css Color HEX #D38443 Peru

📋 copy color: '#D38443'

red 211 ◦ green 132 ◦ blue 67

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

Shades of Peru #D38443

Tints of Peru #D38443

RGB

 RED value IS 211 (82.81% from 255) = 51.46%

 GREEN value IS 132 (51.95% from 255) = 32.2%

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

R = 51.46%
G = 32.2%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.68

 K value IS 0.17

RGB Variations

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

Color information

#D38443 (or 0xD38443) is known color: Peru. HEX triplet: D3, 84 and 43. RGB value is (211,132,67). Sum of RGB (Red+Green+Blue) = 211+132+67=410 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.46% from 410); Green value is 132 (51.95% from 255 or 32.20% from 410); Blue value is 67 (26.56% from 255 or 16.34% from 410); Max value from RGB is 211 - color contains mainly: red. Hex color #D38443 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38443 is #2C7BBC. Grayscale: #949494. Windows color (decimal): -2915261 or 4424915. OLE color: 4424915.

HSL color Cylindrical-coordinate representation of color #D38443: hue angle of 27.08º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D38443 is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 132 67 -
CMYK 0 0.37 0.68 0.17
HSL 27.08º 0.62% 0.55% -
HSV(B) 27.08º 0.68% 0.83% -
XYZ 36.13 30.76 9.34 -
YUV 148.21 82.17 172.79 -
System Red Green Blue C M Y K H S L
Decimal 211 132 67 0 0.37 0.68 0.17 27.08 0.62 0.55
Hex D3 84 43 0 25 44 11 1B 3E 37
Octal 323 204 103 0 45 104 21 33 76 67
Binary 11010011 10000100 1000011 0 100101 1000100 10001 11011 111110 110111

Color Harmonies of #D38443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38443

Black with #D38443

Text Example


Text Example

White with #D38443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38443; }

 p { color: rgb(211,132,67); }

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

background-color css

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

 a { background-color: rgb(211,132,67); }

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

border-color css

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

 span { border-color: rgb(211,132,67); }

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