Html Css Color HEX #D0655F Roman

📋 copy color: '#D0655F'

red 208 ◦ green 101 ◦ blue 95

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

Shades of Roman #D0655F

Tints of Roman #D0655F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25%

 BLUE value IS 95 (37.5% from 255) = 23.51%

R = 51.49%
G = 25%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D0655F (or 0xD0655F) is known color: Roman. HEX triplet: D0, 65 and 5F. RGB value is (208,101,95). Sum of RGB (Red+Green+Blue) = 208+101+95=404 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.49% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 95 (37.5% from 255 or 23.51% from 404); Max value from RGB is 208 - color contains mainly: red. Hex color #D0655F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0655F is #2F9AA0. Grayscale: #848484. Windows color (decimal): -3119777 or 6251984. OLE color: 6251984.

HSL color Cylindrical-coordinate representation of color #D0655F: hue angle of 3.19º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D0655F is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 101 95 -
CMYK 0 0.51 0.54 0.18
HSL 3.19º 0.55% 0.59% -
HSV(B) 3.19º 0.54% 0.82% -
XYZ 32.73 23.54 13.65 -
YUV 132.31 106.95 181.99 -
System Red Green Blue C M Y K H S L
Decimal 208 101 95 0 0.51 0.54 0.18 3.19 0.55 0.59
Hex D0 65 5F 0 33 36 12 3 37 3B
Octal 320 145 137 0 63 66 22 3 67 73
Binary 11010000 1100101 1011111 0 110011 110110 10010 11 110111 111011

Color Harmonies of #D0655F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0655F

Black with #D0655F

Text Example


Text Example

White with #D0655F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0655F; }

 p { color: rgb(208,101,95); }

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

background-color css

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

 a { background-color: rgb(208,101,95); }

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

border-color css

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

 span { border-color: rgb(208,101,95); }

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