Html Css Color HEX #DA6F4B Red Damask

📋 copy color: '#DA6F4B'

red 218 ◦ green 111 ◦ blue 75

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

Shades of Red Damask #DA6F4B

Tints of Red Damask #DA6F4B

RGB

 RED value IS 218 (85.55% from 255) = 53.96%

 GREEN value IS 111 (43.75% from 255) = 27.48%

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

R = 53.96%
G = 27.48%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DA6F4B (or 0xDA6F4B) is known color: Red Damask. HEX triplet: DA, 6F and 4B. RGB value is (218,111,75). Sum of RGB (Red+Green+Blue) = 218+111+75=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 111 (43.75% from 255 or 27.48% from 404); Blue value is 75 (29.69% from 255 or 18.56% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6F4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6F4B is #2590B4. Grayscale: #8B8B8B. Windows color (decimal): -2461877 or 4943834. OLE color: 4943834.

HSL color Cylindrical-coordinate representation of color #DA6F4B: hue angle of 15.1º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DA6F4B is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 111 75 -
CMYK 0 0.49 0.66 0.15
HSL 15.1º 0.66% 0.57% -
HSV(B) 15.1º 0.66% 0.85% -
XYZ 35.87 26.78 9.94 -
YUV 138.89 91.95 184.43 -
System Red Green Blue C M Y K H S L
Decimal 218 111 75 0 0.49 0.66 0.15 15.1 0.66 0.57
Hex DA 6F 4B 0 31 42 F F 42 39
Octal 332 157 113 0 61 102 17 17 102 71
Binary 11011010 1101111 1001011 0 110001 1000010 1111 1111 1000010 111001

Color Harmonies of #DA6F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6F4B

Black with #DA6F4B

Text Example


Text Example

White with #DA6F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6F4B; }

 p { color: rgb(218,111,75); }

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

background-color css

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

 a { background-color: rgb(218,111,75); }

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

border-color css

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

 span { border-color: rgb(218,111,75); }

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