Html Css Color HEX #D0754B Red Damask

📋 copy color: '#D0754B'

red 208 ◦ green 117 ◦ blue 75

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

Shades of Red Damask #D0754B

Tints of Red Damask #D0754B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.25%

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

R = 52%
G = 29.25%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D0754B (or 0xD0754B) is known color: Red Damask. HEX triplet: D0, 75 and 4B. RGB value is (208,117,75). Sum of RGB (Red+Green+Blue) = 208+117+75=400 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 75 (29.69% from 255 or 18.75% from 400); Max value from RGB is 208 - color contains mainly: red. Hex color #D0754B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0754B is #2F8AB4. Grayscale: #8B8B8B. Windows color (decimal): -3115701 or 4945360. OLE color: 4945360.

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

Color convert

RGB 208 117 75 -
CMYK 0 0.44 0.64 0.18
HSL 18.95º 0.59% 0.55% -
HSV(B) 18.95º 0.64% 0.82% -
XYZ 33.64 26.64 10.03 -
YUV 139.42 91.65 176.92 -
System Red Green Blue C M Y K H S L
Decimal 208 117 75 0 0.44 0.64 0.18 18.95 0.59 0.55
Hex D0 75 4B 0 2C 40 12 13 3B 37
Octal 320 165 113 0 54 100 22 23 73 67
Binary 11010000 1110101 1001011 0 101100 1000000 10010 10011 111011 110111

Color Harmonies of #D0754B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0754B

Black with #D0754B

Text Example


Text Example

White with #D0754B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0754B; }

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

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

background-color css

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

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

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

border-color css

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

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

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