Html Css Color HEX #D2774B Raw Sienna

📋 copy color: '#D2774B'

red 210 ◦ green 119 ◦ blue 75

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

Shades of Raw Sienna #D2774B

Tints of Raw Sienna #D2774B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.46%

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

R = 51.98%
G = 29.46%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D2774B (or 0xD2774B) is known color: Raw Sienna. HEX triplet: D2, 77 and 4B. RGB value is (210,119,75). Sum of RGB (Red+Green+Blue) = 210+119+75=404 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.98% from 404); Green value is 119 (46.88% from 255 or 29.46% from 404); Blue value is 75 (29.69% from 255 or 18.56% from 404); Max value from RGB is 210 - color contains mainly: red. Hex color #D2774B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2774B is #2D88B4. Grayscale: #8D8D8D. Windows color (decimal): -2984117 or 4945874. OLE color: 4945874.

HSL color Cylindrical-coordinate representation of color #D2774B: hue angle of 19.56º 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 #D2774B is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 119 75 -
CMYK 0 0.43 0.64 0.18
HSL 19.56º 0.6% 0.56% -
HSV(B) 19.56º 0.64% 0.82% -
XYZ 34.45 27.4 10.13 -
YUV 141.19 90.65 177.08 -
System Red Green Blue C M Y K H S L
Decimal 210 119 75 0 0.43 0.64 0.18 19.56 0.6 0.56
Hex D2 77 4B 0 2B 40 12 14 3C 38
Octal 322 167 113 0 53 100 22 24 74 70
Binary 11010010 1110111 1001011 0 101011 1000000 10010 10100 111100 111000

Color Harmonies of #D2774B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2774B

Black with #D2774B

Text Example


Text Example

White with #D2774B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2774B; }

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

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

background-color css

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

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

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

border-color css

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

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

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