Html Css Color HEX #D0823C Peru

📋 copy color: '#D0823C'

red 208 ◦ green 130 ◦ blue 60

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

Shades of Peru #D0823C

Tints of Peru #D0823C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.08%

R = 52.26%
G = 32.66%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D0823C (or 0xD0823C) is known color: Peru. HEX triplet: D0, 82 and 3C. RGB value is (208,130,60). Sum of RGB (Red+Green+Blue) = 208+130+60=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 60 (23.83% from 255 or 15.08% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D0823C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0823C is #2F7DC3. Grayscale: #919191. Windows color (decimal): -3112388 or 3965648. OLE color: 3965648.

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

Color convert

RGB 208 130 60 -
CMYK 0 0.38 0.71 0.18
HSL 28.38º 0.61% 0.53% -
HSV(B) 28.38º 0.71% 0.82% -
XYZ 34.81 29.7 8.17 -
YUV 145.34 79.84 172.69 -
System Red Green Blue C M Y K H S L
Decimal 208 130 60 0 0.38 0.71 0.18 28.38 0.61 0.53
Hex D0 82 3C 0 26 47 12 1C 3D 35
Octal 320 202 74 0 46 107 22 34 75 65
Binary 11010000 10000010 111100 0 100110 1000111 10010 11100 111101 110101

Color Harmonies of #D0823C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0823C

Black with #D0823C

Text Example


Text Example

White with #D0823C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0823C; }

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

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

background-color css

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

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

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

border-color css

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

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

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