Html Css Color HEX #D0823F Peru

📋 copy color: '#D0823F'

red 208 ◦ green 130 ◦ blue 63

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

Shades of Peru #D0823F

Tints of Peru #D0823F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.71%

R = 51.87%
G = 32.42%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D0823F (or 0xD0823F) is known color: Peru. HEX triplet: D0, 82 and 3F. RGB value is (208,130,63). Sum of RGB (Red+Green+Blue) = 208+130+63=401 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.87% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 63 (25% from 255 or 15.71% from 401); Max value from RGB is 208 - color contains mainly: red. Hex color #D0823F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0823F is #2F7DC0. Grayscale: #929292. Windows color (decimal): -3112385 or 4162256. OLE color: 4162256.

HSL color Cylindrical-coordinate representation of color #D0823F: hue angle of 27.72º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D0823F is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 130 63 -
CMYK 0 0.38 0.70 0.18
HSL 27.72º 0.61% 0.53% -
HSV(B) 27.72º 0.7% 0.82% -
XYZ 34.89 29.73 8.6 -
YUV 145.68 81.34 172.45 -
System Red Green Blue C M Y K H S L
Decimal 208 130 63 0 0.38 0.70 0.18 27.72 0.61 0.53
Hex D0 82 3F 0 26 46 12 1C 3D 35
Octal 320 202 77 0 46 106 22 34 75 65
Binary 11010000 10000010 111111 0 100110 1000110 10010 11100 111101 110101

Color Harmonies of #D0823F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0823F

Black with #D0823F

Text Example


Text Example

White with #D0823F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0823F; }

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

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

background-color css

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

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

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

border-color css

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

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

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