Html Css Color HEX #D08844 Peru

📋 copy color: '#D08844'

red 208 ◦ green 136 ◦ blue 68

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

Shades of Peru #D08844

Tints of Peru #D08844

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.01%

 BLUE value IS 68 (26.95% from 255) = 16.5%

R = 50.49%
G = 33.01%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D08844 (or 0xD08844) is known color: Peru. HEX triplet: D0, 88 and 44. RGB value is (208,136,68). Sum of RGB (Red+Green+Blue) = 208+136+68=412 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.49% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 68 (26.95% from 255 or 16.50% from 412); Max value from RGB is 208 - color contains mainly: red. Hex color #D08844 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08844 is #2F77BB. Grayscale: #969696. Windows color (decimal): -3110844 or 4491472. OLE color: 4491472.

HSL color Cylindrical-coordinate representation of color #D08844: hue angle of 29.14º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D08844 is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 136 68 -
CMYK 0 0.35 0.67 0.18
HSL 29.14º 0.6% 0.54% -
HSV(B) 29.14º 0.67% 0.82% -
XYZ 35.86 31.44 9.65 -
YUV 149.78 81.85 169.53 -
System Red Green Blue C M Y K H S L
Decimal 208 136 68 0 0.35 0.67 0.18 29.14 0.6 0.54
Hex D0 88 44 0 23 43 12 1D 3C 36
Octal 320 210 104 0 43 103 22 35 74 66
Binary 11010000 10001000 1000100 0 100011 1000011 10010 11101 111100 110110

Color Harmonies of #D08844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08844

Black with #D08844

Text Example


Text Example

White with #D08844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08844; }

 p { color: rgb(208,136,68); }

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

background-color css

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

 a { background-color: rgb(208,136,68); }

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

border-color css

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

 span { border-color: rgb(208,136,68); }

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