Html Css Color HEX #D0734B Red Damask

📋 copy color: '#D0734B'

red 208 ◦ green 115 ◦ blue 75

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

Shades of Red Damask #D0734B

Tints of Red Damask #D0734B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.89%

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

R = 52.26%
G = 28.89%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D0734B (or 0xD0734B) is known color: Red Damask. HEX triplet: D0, 73 and 4B. RGB value is (208,115,75). Sum of RGB (Red+Green+Blue) = 208+115+75=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 75 (29.69% from 255 or 18.84% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D0734B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0734B is #2F8CB4. Grayscale: #8A8A8A. Windows color (decimal): -3116213 or 4944848. OLE color: 4944848.

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

Color convert

RGB 208 115 75 -
CMYK 0 0.45 0.64 0.18
HSL 18.05º 0.59% 0.55% -
HSV(B) 18.05º 0.64% 0.82% -
XYZ 33.41 26.18 9.95 -
YUV 138.25 92.31 177.75 -
System Red Green Blue C M Y K H S L
Decimal 208 115 75 0 0.45 0.64 0.18 18.05 0.59 0.55
Hex D0 73 4B 0 2D 40 12 12 3B 37
Octal 320 163 113 0 55 100 22 22 73 67
Binary 11010000 1110011 1001011 0 101101 1000000 10010 10010 111011 110111

Color Harmonies of #D0734B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0734B

Black with #D0734B

Text Example


Text Example

White with #D0734B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0734B; }

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

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

background-color css

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

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

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

border-color css

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

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

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