Html Css Color HEX #D0774B Raw Sienna

📋 copy color: '#D0774B'

red 208 ◦ green 119 ◦ blue 75

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

Shades of Raw Sienna #D0774B

Tints of Raw Sienna #D0774B

RGB

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

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

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

R = 51.74%
G = 29.6%
B = 18.66%

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

#D0774B (or 0xD0774B) is known color: Raw Sienna. HEX triplet: D0, 77 and 4B. RGB value is (208,119,75). Sum of RGB (Red+Green+Blue) = 208+119+75=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 119 (46.88% from 255 or 29.60% from 402); Blue value is 75 (29.69% from 255 or 18.66% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D0774B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0774B is #2F88B4. Grayscale: #8C8C8C. Windows color (decimal): -3115189 or 4945872. OLE color: 4945872.

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

Color convert

RGB 208 119 75 -
CMYK 0 0.43 0.64 0.18
HSL 19.85º 0.59% 0.55% -
HSV(B) 19.85º 0.64% 0.82% -
XYZ 33.88 27.11 10.1 -
YUV 140.6 90.99 176.08 -
System Red Green Blue C M Y K H S L
Decimal 208 119 75 0 0.43 0.64 0.18 19.85 0.59 0.55
Hex D0 77 4B 0 2B 40 12 14 3B 37
Octal 320 167 113 0 53 100 22 24 73 67
Binary 11010000 1110111 1001011 0 101011 1000000 10010 10100 111011 110111

Color Harmonies of #D0774B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0774B

Black with #D0774B

Text Example


Text Example

White with #D0774B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0774B; }

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

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

background-color css

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

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

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

border-color css

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

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

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