Html Css Color HEX #D06765 Roman

📋 copy color: '#D06765'

red 208 ◦ green 103 ◦ blue 101

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

Shades of Roman #D06765

Tints of Roman #D06765

RGB

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

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

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

R = 50.49%
G = 25%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D06765 (or 0xD06765) is known color: Roman. HEX triplet: D0, 67 and 65. RGB value is (208,103,101). Sum of RGB (Red+Green+Blue) = 208+103+101=412 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.49% from 412); Green value is 103 (40.62% from 255 or 25% from 412); Blue value is 101 (39.84% from 255 or 24.51% from 412); Max value from RGB is 208 - color contains mainly: red. Hex color #D06765 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06765 is #2F989A. Grayscale: #868686. Windows color (decimal): -3119259 or 6645712. OLE color: 6645712.

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

Color convert

RGB 208 103 101 -
CMYK 0 0.50 0.51 0.18
HSL 1.12º 0.53% 0.61% -
HSV(B) 1.12º 0.51% 0.82% -
XYZ 33.21 24.05 15.2 -
YUV 134.17 109.29 180.66 -
System Red Green Blue C M Y K H S L
Decimal 208 103 101 0 0.50 0.51 0.18 1.12 0.53 0.61
Hex D0 67 65 0 32 33 12 1 35 3D
Octal 320 147 145 0 62 63 22 1 65 75
Binary 11010000 1100111 1100101 0 110010 110011 10010 1 110101 111101

Color Harmonies of #D06765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06765

Black with #D06765

Text Example


Text Example

White with #D06765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06765; }

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

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

background-color css

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

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

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

border-color css

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

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

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