Html Css Color HEX #D66765 Roman

📋 copy color: '#D66765'

red 214 ◦ green 103 ◦ blue 101

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

Shades of Roman #D66765

Tints of Roman #D66765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.16%

R = 51.2%
G = 24.64%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D66765 (or 0xD66765) is known color: Roman. HEX triplet: D6, 67 and 65. RGB value is (214,103,101). Sum of RGB (Red+Green+Blue) = 214+103+101=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 103 (40.62% from 255 or 24.64% from 418); Blue value is 101 (39.84% from 255 or 24.16% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D66765 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66765 is #29989A. Grayscale: #888888. Windows color (decimal): -2726043 or 6645718. OLE color: 6645718.

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

Color convert

RGB 214 103 101 -
CMYK 0 0.52 0.53 0.16
HSL 1.06º 0.58% 0.62% -
HSV(B) 1.06º 0.53% 0.84% -
XYZ 34.93 24.94 15.28 -
YUV 135.96 108.27 183.66 -
System Red Green Blue C M Y K H S L
Decimal 214 103 101 0 0.52 0.53 0.16 1.06 0.58 0.62
Hex D6 67 65 0 34 35 10 1 3A 3E
Octal 326 147 145 0 64 65 20 1 72 76
Binary 11010110 1100111 1100101 0 110100 110101 10000 1 111010 111110

Color Harmonies of #D66765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66765

Black with #D66765

Text Example


Text Example

White with #D66765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66765; }

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

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

background-color css

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

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

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

border-color css

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

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

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