Html Css Color HEX #D0664B Red Damask

📋 copy color: '#D0664B'

red 208 ◦ green 102 ◦ blue 75

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

Shades of Red Damask #D0664B

Tints of Red Damask #D0664B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.49%

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

R = 54.03%
G = 26.49%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D0664B (or 0xD0664B) is known color: Red Damask. HEX triplet: D0, 66 and 4B. RGB value is (208,102,75). Sum of RGB (Red+Green+Blue) = 208+102+75=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 75 (29.69% from 255 or 19.48% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D0664B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0664B is #2F99B4. Grayscale: #828282. Windows color (decimal): -3119541 or 4941520. OLE color: 4941520.

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

Color convert

RGB 208 102 75 -
CMYK 0 0.51 0.64 0.18
HSL 12.18º 0.59% 0.55% -
HSV(B) 12.18º 0.64% 0.82% -
XYZ 32.03 23.42 9.49 -
YUV 130.62 96.62 183.2 -
System Red Green Blue C M Y K H S L
Decimal 208 102 75 0 0.51 0.64 0.18 12.18 0.59 0.55
Hex D0 66 4B 0 33 40 12 C 3B 37
Octal 320 146 113 0 63 100 22 14 73 67
Binary 11010000 1100110 1001011 0 110011 1000000 10010 1100 111011 110111

Color Harmonies of #D0664B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0664B

Black with #D0664B

Text Example


Text Example

White with #D0664B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0664B; }

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

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

background-color css

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

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

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

border-color css

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

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

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