Html Css Color HEX #D08243 Peru

📋 copy color: '#D08243'

red 208 ◦ green 130 ◦ blue 67

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

Shades of Peru #D08243

Tints of Peru #D08243

RGB

 RED value IS 208 (81.64% from 255) = 51.36%

 GREEN value IS 130 (51.17% from 255) = 32.1%

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

R = 51.36%
G = 32.1%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D08243 (or 0xD08243) is known color: Peru. HEX triplet: D0, 82 and 43. RGB value is (208,130,67). Sum of RGB (Red+Green+Blue) = 208+130+67=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 67 (26.56% from 255 or 16.54% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D08243 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08243 is #2F7DBC. Grayscale: #929292. Windows color (decimal): -3112381 or 4424400. OLE color: 4424400.

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

Color convert

RGB 208 130 67 -
CMYK 0 0.38 0.68 0.18
HSL 26.81º 0.6% 0.54% -
HSV(B) 26.81º 0.68% 0.82% -
XYZ 35.01 29.78 9.21 -
YUV 146.14 83.34 172.12 -
System Red Green Blue C M Y K H S L
Decimal 208 130 67 0 0.38 0.68 0.18 26.81 0.6 0.54
Hex D0 82 43 0 26 44 12 1B 3C 36
Octal 320 202 103 0 46 104 22 33 74 66
Binary 11010000 10000010 1000011 0 100110 1000100 10010 11011 111100 110110

Color Harmonies of #D08243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08243

Black with #D08243

Text Example


Text Example

White with #D08243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08243; }

 p { color: rgb(208,130,67); }

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

background-color css

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

 a { background-color: rgb(208,130,67); }

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

border-color css

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

 span { border-color: rgb(208,130,67); }

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