Html Css Color HEX #D6675F Roman

📋 copy color: '#D6675F'

red 214 ◦ green 103 ◦ blue 95

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

Shades of Roman #D6675F

Tints of Roman #D6675F

RGB

 RED value IS 214 (83.98% from 255) = 51.94%

 GREEN value IS 103 (40.63% from 255) = 25%

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

R = 51.94%
G = 25%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D6675F (or 0xD6675F) is known color: Roman. HEX triplet: D6, 67 and 5F. RGB value is (214,103,95). Sum of RGB (Red+Green+Blue) = 214+103+95=412 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.94% from 412); Green value is 103 (40.62% from 255 or 25% from 412); Blue value is 95 (37.5% from 255 or 23.06% from 412); Max value from RGB is 214 - color contains mainly: red. Hex color #D6675F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6675F is #2998A0. Grayscale: #878787. Windows color (decimal): -2726049 or 6252502. OLE color: 6252502.

HSL color Cylindrical-coordinate representation of color #D6675F: hue angle of 4.03º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D6675F is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 103 95 -
CMYK 0 0.52 0.56 0.16
HSL 4.03º 0.59% 0.61% -
HSV(B) 4.03º 0.56% 0.84% -
XYZ 34.65 24.82 13.79 -
YUV 135.28 105.27 184.15 -
System Red Green Blue C M Y K H S L
Decimal 214 103 95 0 0.52 0.56 0.16 4.03 0.59 0.61
Hex D6 67 5F 0 34 38 10 4 3B 3D
Octal 326 147 137 0 64 70 20 4 73 75
Binary 11010110 1100111 1011111 0 110100 111000 10000 100 111011 111101

Color Harmonies of #D6675F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6675F

Black with #D6675F

Text Example


Text Example

White with #D6675F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6675F; }

 p { color: rgb(214,103,95); }

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

background-color css

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

 a { background-color: rgb(214,103,95); }

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

border-color css

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

 span { border-color: rgb(214,103,95); }

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