Html Css Color HEX #D08543 Peru

📋 copy color: '#D08543'

red 208 ◦ green 133 ◦ blue 67

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

Shades of Peru #D08543

Tints of Peru #D08543

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.6%

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

R = 50.98%
G = 32.6%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D08543 (or 0xD08543) is known color: Peru. HEX triplet: D0, 85 and 43. RGB value is (208,133,67). Sum of RGB (Red+Green+Blue) = 208+133+67=408 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.98% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 67 (26.56% from 255 or 16.42% from 408); Max value from RGB is 208 - color contains mainly: red. Hex color #D08543 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08543 is #2F7ABC. Grayscale: #949494. Windows color (decimal): -3111613 or 4425168. OLE color: 4425168.

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

Color convert

RGB 208 133 67 -
CMYK 0 0.36 0.68 0.18
HSL 28.09º 0.6% 0.54% -
HSV(B) 28.09º 0.68% 0.82% -
XYZ 35.41 30.59 9.35 -
YUV 147.9 82.35 170.87 -
System Red Green Blue C M Y K H S L
Decimal 208 133 67 0 0.36 0.68 0.18 28.09 0.6 0.54
Hex D0 85 43 0 24 44 12 1C 3C 36
Octal 320 205 103 0 44 104 22 34 74 66
Binary 11010000 10000101 1000011 0 100100 1000100 10010 11100 111100 110110

Color Harmonies of #D08543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08543

Black with #D08543

Text Example


Text Example

White with #D08543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08543; }

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

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

background-color css

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

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

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

border-color css

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

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

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