Html Css Color HEX #D68C47 Peru

📋 copy color: '#D68C47'

red 214 ◦ green 140 ◦ blue 71

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

Shades of Peru #D68C47

Tints of Peru #D68C47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 16.71%

R = 50.35%
G = 32.94%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D68C47 (or 0xD68C47) is known color: Peru. HEX triplet: D6, 8C and 47. RGB value is (214,140,71). Sum of RGB (Red+Green+Blue) = 214+140+71=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 140 (55.08% from 255 or 32.94% from 425); Blue value is 71 (28.12% from 255 or 16.71% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68C47 is #2973B8. Grayscale: #9A9A9A. Windows color (decimal): -2716601 or 4689110. OLE color: 4689110.

HSL color Cylindrical-coordinate representation of color #D68C47: hue angle of 28.95º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D68C47 is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 140 71 -
CMYK 0 0.35 0.67 0.16
HSL 28.95º 0.64% 0.56% -
HSV(B) 28.95º 0.67% 0.84% -
XYZ 38.25 33.51 10.41 -
YUV 154.26 81.02 170.61 -
System Red Green Blue C M Y K H S L
Decimal 214 140 71 0 0.35 0.67 0.16 28.95 0.64 0.56
Hex D6 8C 47 0 23 43 10 1D 40 38
Octal 326 214 107 0 43 103 20 35 100 70
Binary 11010110 10001100 1000111 0 100011 1000011 10000 11101 1000000 111000

Color Harmonies of #D68C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68C47

Black with #D68C47

Text Example


Text Example

White with #D68C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68C47; }

 p { color: rgb(214,140,71); }

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

background-color css

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

 a { background-color: rgb(214,140,71); }

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

border-color css

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

 span { border-color: rgb(214,140,71); }

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