Html Css Color HEX #D0814D Raw Sienna

📋 copy color: '#D0814D'

red 208 ◦ green 129 ◦ blue 77

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

Shades of Raw Sienna #D0814D

Tints of Raw Sienna #D0814D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.16%

 BLUE value IS 77 (30.47% from 255) = 18.6%

R = 50.24%
G = 31.16%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D0814D (or 0xD0814D) is known color: Raw Sienna. HEX triplet: D0, 81 and 4D. RGB value is (208,129,77). Sum of RGB (Red+Green+Blue) = 208+129+77=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 129 (50.78% from 255 or 31.16% from 414); Blue value is 77 (30.47% from 255 or 18.60% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D0814D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0814D is #2F7EB2. Grayscale: #929292. Windows color (decimal): -3112627 or 5079504. OLE color: 5079504.

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

Color convert

RGB 208 129 77 -
CMYK 0 0.38 0.63 0.18
HSL 23.82º 0.58% 0.56% -
HSV(B) 23.82º 0.63% 0.82% -
XYZ 35.2 29.65 10.89 -
YUV 146.69 88.67 171.73 -
System Red Green Blue C M Y K H S L
Decimal 208 129 77 0 0.38 0.63 0.18 23.82 0.58 0.56
Hex D0 81 4D 0 26 3F 12 18 3A 38
Octal 320 201 115 0 46 77 22 30 72 70
Binary 11010000 10000001 1001101 0 100110 111111 10010 11000 111010 111000

Color Harmonies of #D0814D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0814D

Black with #D0814D

Text Example


Text Example

White with #D0814D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0814D; }

 p { color: rgb(208,129,77); }

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

background-color css

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

 a { background-color: rgb(208,129,77); }

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

border-color css

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

 span { border-color: rgb(208,129,77); }

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