Html Css Color HEX #D4823B Peru

📋 copy color: '#D4823B'

red 212 ◦ green 130 ◦ blue 59

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

Shades of Peru #D4823B

Tints of Peru #D4823B

RGB

 RED value IS 212 (83.2% from 255) = 52.87%

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

 BLUE value IS 59 (23.44% from 255) = 14.71%

R = 52.87%
G = 32.42%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D4823B (or 0xD4823B) is known color: Peru. HEX triplet: D4, 82 and 3B. RGB value is (212,130,59). Sum of RGB (Red+Green+Blue) = 212+130+59=401 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.87% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 59 (23.44% from 255 or 14.71% from 401); Max value from RGB is 212 - color contains mainly: red. Hex color #D4823B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4823B is #2B7DC4. Grayscale: #929292. Windows color (decimal): -2850245 or 3900116. OLE color: 3900116.

HSL color Cylindrical-coordinate representation of color #D4823B: hue angle of 27.84º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D4823B is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 130 59 -
CMYK 0 0.39 0.72 0.17
HSL 27.84º 0.64% 0.53% -
HSV(B) 27.84º 0.72% 0.83% -
XYZ 35.92 30.28 8.09 -
YUV 146.42 78.67 174.77 -
System Red Green Blue C M Y K H S L
Decimal 212 130 59 0 0.39 0.72 0.17 27.84 0.64 0.53
Hex D4 82 3B 0 27 48 11 1C 40 35
Octal 324 202 73 0 47 110 21 34 100 65
Binary 11010100 10000010 111011 0 100111 1001000 10001 11100 1000000 110101

Color Harmonies of #D4823B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4823B

Black with #D4823B

Text Example


Text Example

White with #D4823B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4823B; }

 p { color: rgb(212,130,59); }

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

background-color css

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

 a { background-color: rgb(212,130,59); }

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

border-color css

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

 span { border-color: rgb(212,130,59); }

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