Html Css Color HEX #D68441 Peru

📋 copy color: '#D68441'

red 214 ◦ green 132 ◦ blue 65

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

Shades of Peru #D68441

Tints of Peru #D68441

RGB

 RED value IS 214 (83.98% from 255) = 52.07%

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

 BLUE value IS 65 (25.78% from 255) = 15.82%

R = 52.07%
G = 32.12%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D68441 (or 0xD68441) is known color: Peru. HEX triplet: D6, 84 and 41. RGB value is (214,132,65). Sum of RGB (Red+Green+Blue) = 214+132+65=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 132 (51.95% from 255 or 32.12% from 411); Blue value is 65 (25.78% from 255 or 15.82% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D68441 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68441 is #297BBE. Grayscale: #959595. Windows color (decimal): -2718655 or 4293846. OLE color: 4293846.

HSL color Cylindrical-coordinate representation of color #D68441: hue angle of 26.98º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D68441 is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 132 65 -
CMYK 0 0.38 0.70 0.16
HSL 26.98º 0.65% 0.55% -
HSV(B) 26.98º 0.7% 0.84% -
XYZ 36.94 31.18 9.07 -
YUV 148.88 80.67 174.45 -
System Red Green Blue C M Y K H S L
Decimal 214 132 65 0 0.38 0.70 0.16 26.98 0.65 0.55
Hex D6 84 41 0 26 46 10 1B 41 37
Octal 326 204 101 0 46 106 20 33 101 67
Binary 11010110 10000100 1000001 0 100110 1000110 10000 11011 1000001 110111

Color Harmonies of #D68441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68441

Black with #D68441

Text Example


Text Example

White with #D68441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68441; }

 p { color: rgb(214,132,65); }

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

background-color css

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

 a { background-color: rgb(214,132,65); }

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

border-color css

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

 span { border-color: rgb(214,132,65); }

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