Html Css Color HEX #D0684B Red Damask

📋 copy color: '#D0684B'

red 208 ◦ green 104 ◦ blue 75

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

Shades of Red Damask #D0684B

Tints of Red Damask #D0684B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.87%

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

R = 53.75%
G = 26.87%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D0684B (or 0xD0684B) is known color: Red Damask. HEX triplet: D0, 68 and 4B. RGB value is (208,104,75). Sum of RGB (Red+Green+Blue) = 208+104+75=387 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.75% from 387); Green value is 104 (41.02% from 255 or 26.87% from 387); Blue value is 75 (29.69% from 255 or 19.38% from 387); Max value from RGB is 208 - color contains mainly: red. Hex color #D0684B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0684B is #2F97B4. Grayscale: #848484. Windows color (decimal): -3119029 or 4942032. OLE color: 4942032.

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

Color convert

RGB 208 104 75 -
CMYK 0 0.5 0.64 0.18
HSL 13.08º 0.59% 0.55% -
HSV(B) 13.08º 0.64% 0.82% -
XYZ 32.23 23.82 9.56 -
YUV 131.79 95.96 182.36 -
System Red Green Blue C M Y K H S L
Decimal 208 104 75 0 0.5 0.64 0.18 13.08 0.59 0.55
Hex D0 68 4B 0 32 40 12 D 3B 37
Octal 320 150 113 0 62 100 22 15 73 67
Binary 11010000 1101000 1001011 0 110010 1000000 10010 1101 111011 110111

Color Harmonies of #D0684B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0684B

Black with #D0684B

Text Example


Text Example

White with #D0684B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0684B; }

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

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

background-color css

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

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

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

border-color css

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

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

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