Html Css Color HEX #D6675D Roman

📋 copy color: '#D6675D'

red 214 ◦ green 103 ◦ blue 93

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

Shades of Roman #D6675D

Tints of Roman #D6675D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.68%

R = 52.2%
G = 25.12%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6675D (or 0xD6675D) is known color: Roman. HEX triplet: D6, 67 and 5D. RGB value is (214,103,93). Sum of RGB (Red+Green+Blue) = 214+103+93=410 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.20% from 410); Green value is 103 (40.62% from 255 or 25.12% from 410); Blue value is 93 (36.72% from 255 or 22.68% from 410); Max value from RGB is 214 - color contains mainly: red. Hex color #D6675D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6675D is #2998A2. Grayscale: #878787. Windows color (decimal): -2726051 or 6121430. OLE color: 6121430.

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

Color convert

RGB 214 103 93 -
CMYK 0 0.52 0.57 0.16
HSL 4.96º 0.6% 0.6% -
HSV(B) 4.96º 0.57% 0.84% -
XYZ 34.56 24.79 13.32 -
YUV 135.05 104.27 184.31 -
System Red Green Blue C M Y K H S L
Decimal 214 103 93 0 0.52 0.57 0.16 4.96 0.6 0.6
Hex D6 67 5D 0 34 39 10 5 3C 3C
Octal 326 147 135 0 64 71 20 5 74 74
Binary 11010110 1100111 1011101 0 110100 111001 10000 101 111100 111100

Color Harmonies of #D6675D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6675D

Black with #D6675D

Text Example


Text Example

White with #D6675D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6675D; }

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

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

background-color css

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

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

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

border-color css

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

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

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