Html Css Color HEX #D2904B Peru

📋 copy color: '#D2904B'

red 210 ◦ green 144 ◦ blue 75

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

Shades of Peru #D2904B

Tints of Peru #D2904B

RGB

 RED value IS 210 (82.42% from 255) = 48.95%

 GREEN value IS 144 (56.64% from 255) = 33.57%

 BLUE value IS 75 (29.69% from 255) = 17.48%

R = 48.95%
G = 33.57%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D2904B (or 0xD2904B) is known color: Peru. HEX triplet: D2, 90 and 4B. RGB value is (210,144,75). Sum of RGB (Red+Green+Blue) = 210+144+75=429 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.95% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 75 (29.69% from 255 or 17.48% from 429); Max value from RGB is 210 - color contains mainly: red. Hex color #D2904B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2904B is #2D6FB4. Grayscale: #9C9C9C. Windows color (decimal): -2977717 or 4952274. OLE color: 4952274.

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

Color convert

RGB 210 144 75 -
CMYK 0 0.31 0.64 0.18
HSL 30.67º 0.6% 0.56% -
HSV(B) 30.67º 0.64% 0.82% -
XYZ 37.82 34.16 11.26 -
YUV 155.87 82.37 166.61 -
System Red Green Blue C M Y K H S L
Decimal 210 144 75 0 0.31 0.64 0.18 30.67 0.6 0.56
Hex D2 90 4B 0 1F 40 12 1F 3C 38
Octal 322 220 113 0 37 100 22 37 74 70
Binary 11010010 10010000 1001011 0 11111 1000000 10010 11111 111100 111000

Color Harmonies of #D2904B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2904B

Black with #D2904B

Text Example


Text Example

White with #D2904B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2904B; }

 p { color: rgb(210,144,75); }

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

background-color css

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

 a { background-color: rgb(210,144,75); }

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

border-color css

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

 span { border-color: rgb(210,144,75); }

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